BWAPI
BTHAI/SCProjects/BTHAIModule/Source/TargetingAgent.h
Go to the documentation of this file.
00001 #ifndef __TARGETINGAGENT_H__
00002 #define __TARGETINGAGENT_H__
00003 
00004 #include <BWAPI.h>
00005 #include "BaseAgent.h"
00006 
00007 using namespace BWAPI;
00008 using namespace std;
00009 
00013 class TargetingAgent {
00014 
00015 private:
00016 
00017 public:
00018         static Unit* findTarget(BaseAgent* agent);
00019 };
00020 
00021 #endif
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Defines