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