BWAPI
|
#include <string>
#include <set>
Go to the source code of this file.
Classes | |
class | BWAPI::PlayerType |
Namespaces | |
namespace | BWAPI |
namespace | BWAPI::PlayerTypes |
Functions | |
PlayerType | BWAPI::PlayerTypes::getPlayerType (std::string name) |
std::set< PlayerType > & | BWAPI::PlayerTypes::allPlayerTypes () |
void | BWAPI::PlayerTypes::init () |
Variables | |
const PlayerType | BWAPI::PlayerTypes::None |
const PlayerType | BWAPI::PlayerTypes::Computer |
const PlayerType | BWAPI::PlayerTypes::Player |
const PlayerType | BWAPI::PlayerTypes::RescuePassive |
const PlayerType | BWAPI::PlayerTypes::EitherPreferComputer |
const PlayerType | BWAPI::PlayerTypes::EitherPreferHuman |
const PlayerType | BWAPI::PlayerTypes::Neutral |
const PlayerType | BWAPI::PlayerTypes::Closed |
const PlayerType | BWAPI::PlayerTypes::PlayerLeft |
const PlayerType | BWAPI::PlayerTypes::ComputerLeft |
const PlayerType | BWAPI::PlayerTypes::Unknown |