src/order_gui.cpp
changeset 8760 ce0891c412ce
parent 8750 fdd6054e7bae
child 8798 eea3a465bd86
equal deleted inserted replaced
8759:eae56497cf83 8760:ce0891c412ce
     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,