ai_enginelist.hpp

Go to the documentation of this file.
00001 /* $Id: ai_enginelist.hpp 15060 2009-01-13 15:44:36Z smatz $ */
00002 
00005 #ifndef AI_ENGINELIST_HPP
00006 #define AI_ENGINELIST_HPP
00007 
00008 #include "ai_abstractlist.hpp"
00009 #include "ai_vehicle.hpp"
00010 
00015 class AIEngineList : public AIAbstractList {
00016 public:
00017   static const char *GetClassName() { return "AIEngineList"; }
00018 
00022   AIEngineList(AIVehicle::VehicleType vehicle_type);
00023 };
00024 
00025 #endif /* AI_ENGINELIST_HPP */

Generated on Sun Mar 15 22:49:44 2009 for openttd by  doxygen 1.5.6