|
BWAPI
|
#include <map>#include <string>

Go to the source code of this file.
Classes | |
| class | GameStateDB |
Typedefs | |
| typedef std::map < GameStateEnum, std::string > | GameState |
Enumerations | |
| enum | GameStateEnum { TotalUnitCount, WorkerCount, FriendlyUnitCount, EnemyUnitCount, MineralsDiscovered, GeysersDiscovered, TO_BE_EXPANDED } |
| typedef std::map<GameStateEnum, std::string> GameState |
Definition at line 11 of file GameStateDB.h.
| enum GameStateEnum |
| TotalUnitCount | |
| WorkerCount | |
| FriendlyUnitCount | |
| EnemyUnitCount | |
| MineralsDiscovered | |
| GeysersDiscovered | |
| TO_BE_EXPANDED |
Definition at line 13 of file GameStateDB.h.
1.7.6.1