src/order_gui.cpp
changeset 8264 b1e85998c7d3
parent 8254 1496654ca5e7
child 8302 ed068d41cf1e
equal deleted inserted replaced
8263:2b3e64c5e680 8264:b1e85998c7d3
     4 
     4 
     5 #include "stdafx.h"
     5 #include "stdafx.h"
     6 #include "openttd.h"
     6 #include "openttd.h"
     7 #include "road_map.h"
     7 #include "road_map.h"
     8 #include "station_map.h"
     8 #include "station_map.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 "station.h"
    11 #include "station.h"
    14 #include "town.h"
    12 #include "town.h"
    15 #include "command_func.h"
    13 #include "command_func.h"
    27 #include "window_func.h"
    25 #include "window_func.h"
    28 #include "vehicle_func.h"
    26 #include "vehicle_func.h"
    29 #include "settings_type.h"
    27 #include "settings_type.h"
    30 #include "player_func.h"
    28 #include "player_func.h"
    31 
    29 
       
    30 #include "table/sprites.h"
       
    31 #include "table/strings.h"
       
    32 
    32 enum OrderWindowWidgets {
    33 enum OrderWindowWidgets {
    33 	ORDER_WIDGET_CLOSEBOX = 0,
    34 	ORDER_WIDGET_CLOSEBOX = 0,
    34 	ORDER_WIDGET_CAPTION,
    35 	ORDER_WIDGET_CAPTION,
    35 	ORDER_WIDGET_TIMETABLE_VIEW,
    36 	ORDER_WIDGET_TIMETABLE_VIEW,
    36 	ORDER_WIDGET_ORDER_LIST,
    37 	ORDER_WIDGET_ORDER_LIST,