equal
deleted
inserted
replaced
19 #include "vehicle_gui.h" |
19 #include "vehicle_gui.h" |
20 #include "depot.h" |
20 #include "depot.h" |
21 #include "train.h" |
21 #include "train.h" |
22 #include "newgrf_engine.h" |
22 #include "newgrf_engine.h" |
23 |
23 |
24 int _traininfo_vehicle_pitch = 0; |
|
25 |
|
26 /** |
24 /** |
27 * Draw the purchase info details of train engine at a given location. |
25 * Draw the purchase info details of train engine at a given location. |
28 * @param x,y location where to draw the info |
26 * @param x,y location where to draw the info |
29 * @param engine_number the engine of which to draw the info of |
27 * @param engine_number the engine of which to draw the info of |
30 */ |
28 */ |