src/roadveh_gui.cpp
branchnoai
changeset 9724 b39bc69bb2f2
parent 9723 eee46cb39750
child 9837 c9ec4f82e0d0
equal deleted inserted replaced
9723:eee46cb39750 9724:b39bc69bb2f2
     4 
     4 
     5 #include "stdafx.h"
     5 #include "stdafx.h"
     6 #include "openttd.h"
     6 #include "openttd.h"
     7 #include "debug.h"
     7 #include "debug.h"
     8 #include "roadveh.h"
     8 #include "roadveh.h"
     9 #include "table/sprites.h"
       
    10 #include "table/strings.h"
       
    11 #include "gui.h"
     9 #include "gui.h"
    12 #include "window_gui.h"
    10 #include "window_gui.h"
    13 #include "viewport_func.h"
    11 #include "viewport_func.h"
    14 #include "gfx_func.h"
    12 #include "gfx_func.h"
    15 #include "command_func.h"
    13 #include "command_func.h"
    18 #include "newgrf_engine.h"
    16 #include "newgrf_engine.h"
    19 #include "strings_func.h"
    17 #include "strings_func.h"
    20 #include "vehicle_func.h"
    18 #include "vehicle_func.h"
    21 #include "string_func.h"
    19 #include "string_func.h"
    22 
    20 
       
    21 #include "table/sprites.h"
       
    22 #include "table/strings.h"
    23 
    23 
    24 void DrawRoadVehDetails(const Vehicle *v, int x, int y)
    24 void DrawRoadVehDetails(const Vehicle *v, int x, int y)
    25 {
    25 {
    26 	uint y_offset = RoadVehHasArticPart(v) ? 15 :0;
    26 	uint y_offset = RoadVehHasArticPart(v) ? 15 :0;
    27 	StringID str;
    27 	StringID str;