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