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