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