BWAPI
BTHAI/SCProjects/BTHAIModule/Source/DarkTemplarAgent.h
Go to the documentation of this file.
00001 #ifndef __DARKTEMPLARAGENT_H__
00002 #define __DARKTEMPLARAGENT_H__
00003 
00004 #include <BWAPI.h>
00005 #include "UnitAgent.h"
00006 using namespace BWAPI;
00007 using namespace std;
00008 
00020 class DarkTemplarAgent : public UnitAgent {
00021 
00022 private:
00023 
00024 public:
00025         DarkTemplarAgent(Unit* mUnit);
00026 
00028         void computeActions();
00029 
00031         string getTypeName();
00032 };
00033 
00034 #endif
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Defines