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