src/aircraft_gui.cpp
changeset 8640 1e93b81e96d2
parent 8635 3bbb6f87fced
child 8720 4e60c30e2006
equal deleted inserted replaced
8639:afebb18ecef5 8640:1e93b81e96d2
     7 #include "aircraft.h"
     7 #include "aircraft.h"
     8 #include "debug.h"
     8 #include "debug.h"
     9 #include "table/sprites.h"
     9 #include "table/sprites.h"
    10 #include "table/strings.h"
    10 #include "table/strings.h"
    11 #include "gui.h"
    11 #include "gui.h"
    12 #include "vehicle.h"
       
    13 #include "engine.h"
    12 #include "engine.h"
    14 #include "viewport.h"
    13 #include "viewport.h"
    15 #include "player.h"
    14 #include "player.h"
    16 #include "depot.h"
    15 #include "depot.h"
    17 #include "vehicle_gui.h"
    16 #include "vehicle_gui.h"
    18 #include "newgrf_engine.h"
    17 #include "newgrf_engine.h"
    19 #include "strings_func.h"
    18 #include "strings_func.h"
       
    19 #include "vehicle_func.h"
    20 
    20 
    21 /**
    21 /**
    22 * Draw the details for the given vehicle at the position (x,y)
    22 * Draw the details for the given vehicle at the position (x,y)
    23 *
    23 *
    24 * @param v current vehicle
    24 * @param v current vehicle