BWAPI
BasicAIModule/include/Agents/AirAgent.h
Go to the documentation of this file.
00001 /*
00002  *  AirAgent.h
00003  */
00004 #pragma once
00005 #include "ActorAgent.h"
00006 
00007 class AirAgent: public ActorAgent
00008 {
00009 };
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines