BWAPI
|
Go to the source code of this file.
Defines | |
#define | DEBUG_DISPLAY 1 |
#define | DEBUG(Message) fileLog << __FILE__ ":" << __LINE__ << ": " << Message << std::endl |
Typedefs | |
typedef std::set< BWAPI::Unit * > | UnitSet |
typedef std::set < BWAPI::TilePosition > | TilePositionSet |
typedef std::map < BWAPI::UnitType, int > | UnitToPercent |
Functions | |
BWAPI::Position | rotatePosition (int degree, BWAPI::Position position, BWAPI::Position origen) |
BWAPI::Position | getPositionInDirection (BWAPI::Position origen, BWAPI::Position direction, int distance) |
Variables | |
std::ofstream | fileLog |
InformationManager * | informationManager |
WorkerManager * | workerManager |
SquadManager * | squadManager |
BuildManager * | buildManager |
bool | ONLY_MICRO |
#define DEBUG_DISPLAY 1 |
typedef std::set<BWAPI::TilePosition> TilePositionSet |
typedef std::set<BWAPI::Unit*> UnitSet |
typedef std::map<BWAPI::UnitType, int> UnitToPercent |
BWAPI::Position getPositionInDirection | ( | BWAPI::Position | origen, |
BWAPI::Position | direction, | ||
int | distance | ||
) |
BWAPI::Position rotatePosition | ( | int | degree, |
BWAPI::Position | position, | ||
BWAPI::Position | origen | ||
) |
std::ofstream fileLog |
bool ONLY_MICRO |