equal
deleted
inserted
replaced
26 */ |
26 */ |
27 static const char *GetClassName() { return "AIStationList"; } |
27 static const char *GetClassName() { return "AIStationList"; } |
28 |
28 |
29 /** |
29 /** |
30 * The constructor to make a list of stations. |
30 * The constructor to make a list of stations. |
|
31 * @param type The type of station you want a list of. |
31 */ |
32 */ |
32 AIStationList(AIStationList::StationType type); |
33 AIStationList(AIStationList::StationType type); |
33 }; |
34 }; |
34 DECLARE_ENUM_AS_BIT_SET(AIStationList::StationType); |
35 DECLARE_ENUM_AS_BIT_SET(AIStationList::StationType); |
35 |
36 |
43 */ |
44 */ |
44 static const char *GetClassName() { return "AIVehicleStationList"; } |
45 static const char *GetClassName() { return "AIVehicleStationList"; } |
45 |
46 |
46 /** |
47 /** |
47 * The constructor to make a list of stations. |
48 * The constructor to make a list of stations. |
|
49 * @param vehicle_id The vehicles to get the list of stations he goes to from. |
48 */ |
50 */ |
49 AIVehicleStationList(VehicleID vehicle_id); |
51 AIVehicleStationList(VehicleID vehicle_id); |
50 }; |
52 }; |
51 |
53 |
52 #endif /* AI_STATIONLIST_HPP */ |
54 #endif /* AI_STATIONLIST_HPP */ |