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