BTHAI 2.0
BTHAIModule/Source/ControlTowerAgent.h
00001 #ifndef __CONTROLTOWERAGENT_H__
00002 #define __CONTROLTOWERAGENT_H__
00003 
00004 #include <BWAPI.h>
00005 #include "StructureAgent.h"
00006 using namespace BWAPI;
00007 using namespace std;
00008 
00016 class ControlTowerAgent : public StructureAgent {
00017 
00018 private:
00019 
00020 public:
00021         ControlTowerAgent(Unit* mUnit);
00022 
00024         void computeActions();
00025 
00027         string getTypeName();
00028         
00029 };
00030 
00031 #endif
 All Classes Functions Variables