BWAPI
|
00001 #ifndef __SIEGETANKAGENT_H__ 00002 #define __SIEGETANKAGENT_H__ 00003 00004 #include <BWAPI.h> 00005 #include "UnitAgent.h" 00006 using namespace BWAPI; 00007 using namespace std; 00008 00016 class SiegeTankAgent : public UnitAgent { 00017 00018 public: 00019 SiegeTankAgent(Unit* mUnit); 00020 00022 void computeActions(); 00023 00025 string getTypeName(); 00026 }; 00027 00028 #endif