|
BWAPI
|
#include <ConstructionManager.h>


Public Member Functions | |
| void | update () |
| virtual const std::string & | getName () const |
Definition at line 9 of file ConstructionManager.h.
| virtual const std::string& ConstructionManager::getName | ( | ) | const [inline, virtual] |
Reimplemented from Manager.
Definition at line 14 of file ConstructionManager.h.
{
static const std::string name("ConstructionMgr");
return name;
}
| void ConstructionManager::update | ( | ) | [virtual] |
Reimplemented from Manager.
Definition at line 13 of file ConstructionManager.cpp.
References Manager::update().
{
Manager::update();
}
1.7.6.1