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