BWAPI
BasicAIModule/include/Agents/UnitAgents/RefineryAgent.h
Go to the documentation of this file.
00001 /*
00002  *  RefineryAgent.h
00003  */
00004 #pragma once
00005 
00006 #include "StructureAgent.h"
00007 #include <BWAPI.h>
00008 
00009 class RefineryAgent : public StructureAgent
00010 {
00011 public:
00012         RefineryAgent(BWAPI::Unit& u);
00013         virtual void update();
00014 };
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines