ai_stationlist.hpp

Go to the documentation of this file.
00001 /* $Id: ai_stationlist.hpp 15060 2009-01-13 15:44:36Z smatz $ */
00002 
00005 #ifndef AI_STATIONLIST_HPP
00006 #define AI_STATIONLIST_HPP
00007 
00008 #include "ai_abstractlist.hpp"
00009 #include "ai_station.hpp"
00010 
00015 class AIStationList : public AIAbstractList {
00016 public:
00017   static const char *GetClassName() { return "AIStationList"; }
00018 
00022   AIStationList(AIStation::StationType station_type);
00023 };
00024 
00029 class AIStationList_Vehicle : public AIAbstractList {
00030 public:
00031   static const char *GetClassName() { return "AIStationList_Vehicle"; }
00032 
00036   AIStationList_Vehicle(VehicleID vehicle_id);
00037 };
00038 
00039 #endif /* AI_STATIONLIST_HPP */

Generated on Thu Sep 24 19:35:00 2009 for OpenTTD by  doxygen 1.5.6