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