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