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