BWAPI
|
Go to the source code of this file.
Classes | |
class | WorkerManager |
Defines | |
#define | WORKERS_PER_MINERAL 2 |
Typedefs | |
typedef std::map< BWAPI::Unit *, int > | ResourceToWorkerMap |
typedef std::map< BWAPI::Unit *, BWAPI::Unit * > | WorkerToTargetMap |
typedef std::map< BWAPI::Unit *, std::pair < BWAPI::TilePosition, BWAPI::UnitType > > | WorkerToBuildOrderMap |
typedef std::map< BWAPI::Unit *, BWTA::BaseLocation * > | WorkerToBaseMap |
#define WORKERS_PER_MINERAL 2 |
typedef std::map<BWAPI::Unit*, int> ResourceToWorkerMap |
typedef std::map<BWAPI::Unit*, BWTA::BaseLocation*> WorkerToBaseMap |
typedef std::map<BWAPI::Unit*, std::pair<BWAPI::TilePosition, BWAPI::UnitType> > WorkerToBuildOrderMap |
typedef std::map< BWAPI::Unit *, BWAPI::Unit * > WorkerToTargetMap |