BWAPI
|
00001 /* 00002 * ConstructionManager.cpp 00003 * 00004 * Used to build new structures 00005 */ 00006 #include "ConstructionManager.h" 00007 00008 #include <BWAPI.h> 00009 00010 using namespace BWAPI; 00011 00012 00013 void ConstructionManager::update() 00014 { 00015 Manager::update(); 00016 }