Deep RTS
GeneralAIOneVersusOne.h
Go to the documentation of this file.
1//
2// Created by per on 9/6/21.
3//
4
5#ifndef DEEPRTS_GENERALAIONEVERSUSONE_H
6#define DEEPRTS_GENERALAIONEVERSUSONE_H
7#include "scenario/Scenario.h"
8
9namespace DeepRTS::Scenario{
10
12
13 public:
15
16
18 };
19
20
21
22}
23
24#endif //DEEPRTS_GENERALAIONEVERSUSONE_H
Definition: Config.h:8
Definition: GeneralAIOneVersusOne.h:11
GeneralAIOneVersusOne()
Definition: GeneralAIOneVersusOne.cpp:12
Config getConfig()
Definition: GeneralAIOneVersusOne.cpp:32
Definition: Scenario.h:13
Definition: Scenario.h:12