equal
deleted
inserted
replaced
3 /** @file ai_stationlist.cpp Implementation of AIStationList and friends. */ |
3 /** @file ai_stationlist.cpp Implementation of AIStationList and friends. */ |
4 |
4 |
5 #include "ai_stationlist.hpp" |
5 #include "ai_stationlist.hpp" |
6 #include "ai_vehicle.hpp" |
6 #include "ai_vehicle.hpp" |
7 #include "../../player_func.h" |
7 #include "../../player_func.h" |
8 #include "../../station.h" |
8 #include "../../station_base.h" |
9 #include "../../order.h" |
|
10 #include "../../vehicle_base.h" |
9 #include "../../vehicle_base.h" |
11 |
10 |
12 AIStationList::AIStationList(AIStation::StationType station_type) |
11 AIStationList::AIStationList(AIStation::StationType station_type) |
13 { |
12 { |
14 Station *st; |
13 Station *st; |