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