equal
deleted
inserted
replaced
20 #include "sound.h" |
20 #include "sound.h" |
21 #include "depot.h" |
21 #include "depot.h" |
22 #include "waypoint.h" |
22 #include "waypoint.h" |
23 #include "vehicle_gui.h" |
23 #include "vehicle_gui.h" |
24 #include "train.h" |
24 #include "train.h" |
|
25 #include "newgrf_callbacks.h" |
25 #include "newgrf_engine.h" |
26 #include "newgrf_engine.h" |
26 |
27 |
27 static bool TrainCheckIfLineEnds(Vehicle *v); |
28 static bool TrainCheckIfLineEnds(Vehicle *v); |
28 static void TrainController(Vehicle *v); |
29 static void TrainController(Vehicle *v); |
29 |
30 |