ai_waypointlist.hpp

Go to the documentation of this file.
00001 /* $Id: ai_waypointlist.hpp 15519 2009-02-19 07:40:08Z yexo $ */
00002 
00005 #ifndef AI_WAYPOINTLIST_HPP
00006 #define AI_WAYPOINTLIST_HPP
00007 
00008 #include "ai_abstractlist.hpp"
00009 
00014 class AIWaypointList : public AIAbstractList {
00015 public:
00016   static const char *GetClassName() { return "AIWaypointList"; }
00017 
00018   AIWaypointList();
00019 };
00020 
00025 class AIWaypointList_Vehicle : public AIAbstractList {
00026 public:
00027   static const char *GetClassName() { return "AIWaypointList_Vehicle"; }
00028 
00032   AIWaypointList_Vehicle(VehicleID vehicle_id);
00033 };
00034 
00035 #endif /* AI_WAYPOINTLIST_HPP */

Generated on Mon May 11 15:48:02 2009 for OpenTTD by  doxygen 1.5.6