equal
deleted
inserted
replaced
28 #include "newgrf_callbacks.h" |
28 #include "newgrf_callbacks.h" |
29 #include "newgrf_engine.h" |
29 #include "newgrf_engine.h" |
30 #include "newgrf_text.h" |
30 #include "newgrf_text.h" |
31 #include "direction.h" |
31 #include "direction.h" |
32 #include "yapf/yapf.h" |
32 #include "yapf/yapf.h" |
|
33 #include "date.h" |
33 |
34 |
34 static bool TrainCheckIfLineEnds(Vehicle *v); |
35 static bool TrainCheckIfLineEnds(Vehicle *v); |
35 static void TrainController(Vehicle *v); |
36 static void TrainController(Vehicle *v); |
36 |
37 |
37 static const byte _vehicle_initial_x_fract[4] = {10,8,4,8}; |
38 static const byte _vehicle_initial_x_fract[4] = {10,8,4,8}; |