BWAPI
|
00001 #ifndef __UNITSETUP_H__ 00002 #define __UNITSETUP_H__ 00003 00004 #include "BaseAgent.h" 00005 00006 using namespace BWAPI; 00007 using namespace std; 00008 00014 class UnitSetup { 00015 00016 private: 00017 00018 public: 00020 UnitSetup(); 00021 00023 UnitType type; 00025 int no; 00027 int current; 00028 00030 bool equals(UnitType mType); 00031 00033 static bool equals(UnitType t1, UnitType t2); 00034 00035 }; 00036 00037 #endif