BTHAI 2.0
BTHAIModule/Source/TemplarArchivesAgent.h
00001 #ifndef __TEMPLARARCHIVESAGENT_H__
00002 #define __TEMPLARARCHIVESAGENT_H__
00003 
00004 #include <BWAPI.h>
00005 #include "StructureAgent.h"
00006 using namespace BWAPI;
00007 using namespace std;
00008 
00024 class TemplarArchivesAgent : public StructureAgent {
00025 
00026 private:
00027 
00028 public:
00029         TemplarArchivesAgent(Unit* mUnit);
00030 
00032         void computeActions();
00033 
00035         string getTypeName();
00036         
00037 };
00038 
00039 #endif
 All Classes Functions Variables