branch | noai |
changeset 9833 | 89a64246458f |
parent 9820 | 8c116d4c6033 |
child 9837 | c9ec4f82e0d0 |
9832:5a48d9234f15 | 9833:89a64246458f |
---|---|
1 /* $Id$ */ |
1 /* $Id$ */ |
2 |
2 |
3 /** @file ai_vehiclelist.cpp List of vehicles */ |
3 /** @file ai_vehiclelist.cpp Implementation of AIVehicleList and friends. */ |
4 |
4 |
5 #include "ai_vehiclelist.hpp" |
5 #include "ai_vehiclelist.hpp" |
6 #include "ai_station.hpp" |
6 #include "ai_station.hpp" |
7 #include "../../player_func.h" |
7 #include "../../player_func.h" |
8 #include "../../station.h" |
8 #include "../../station.h" |