BTHAI 2.0
BTHAIModule/Source/MachineShopAgent.h
00001 #ifndef __MACHINESHOPAGENT_H__
00002 #define __MACHINESHOPAGENT_H__
00003 
00004 #include <BWAPI.h>
00005 #include "StructureAgent.h"
00006 using namespace BWAPI;
00007 using namespace std;
00008 
00017 class MachineShopAgent : public StructureAgent {
00018 
00019 private:
00020 
00021 public:
00022         MachineShopAgent(Unit* mUnit);
00023 
00025         void computeActions();
00026 
00028         string getTypeName();
00029         
00030 };
00031 
00032 #endif
 All Classes Functions Variables