BWAPI
Agents/ExplorerAgent.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 #include "Agent.h"
00004 
00005 class ExplorerAgent : 
00006         public Agent
00007 {
00008 protected:
00009         void abandonTaskIfStuck();
00010         void abandonTaskIfDangerous();
00011 
00012 public:
00013         ExplorerAgent(Unit* unit, Environment* env);
00014         virtual ~ExplorerAgent(void);
00015         
00016         virtual void executeUnitBehavior();
00017 
00018         virtual void displayInfo(int &row);
00019 };
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines