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