00001 /* 00002 * AirAgent.h 00003 */ 00004 #pragma once 00005 #include "ActorAgent.h" 00006 00007 class AirAgent: public ActorAgent 00008 { 00009 };