![]() |
BTHAI 2.0
|
00001 #ifndef __STARGATEAGENT_H__ 00002 #define __STARGATEAGENT_H__ 00003 00004 #include <BWAPI.h> 00005 #include "StructureAgent.h" 00006 using namespace BWAPI; 00007 using namespace std; 00008 00021 class StargateAgent : public StructureAgent { 00022 00023 private: 00024 00025 public: 00026 StargateAgent(Unit* mUnit); 00027 00029 void computeActions(); 00030 00032 string getTypeName(); 00033 }; 00034 00035 #endif