train_gui.c
changeset 3785 1becd6b333fe
parent 3685 7d2d1fee14d7
child 3844 bed426de30ea
equal deleted inserted replaced
3784:41d43d1191a5 3785:1becd6b333fe
    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  */