src/airport_gui.cpp
changeset 8157 1505def01945
parent 8144 65cec0877b78
child 8205 2bde724f1b5d
equal deleted inserted replaced
8156:7c7f8e9f68f1 8157:1505def01945
     8 #include "table/strings.h"
     8 #include "table/strings.h"
     9 #include "window_gui.h"
     9 #include "window_gui.h"
    10 #include "gui.h"
    10 #include "gui.h"
    11 #include "station_gui.h"
    11 #include "station_gui.h"
    12 #include "viewport.h"
    12 #include "viewport.h"
    13 #include "sound.h"
       
    14 #include "command_func.h"
    13 #include "command_func.h"
    15 #include "station.h"
    14 #include "station.h"
    16 #include "airport.h"
    15 #include "airport.h"
    17 #include "depot.h"
    16 #include "depot.h"
       
    17 #include "sound_func.h"
    18 #include "window_func.h"
    18 #include "window_func.h"
    19 
    19 
    20 static byte _selected_airport_type;
    20 static byte _selected_airport_type;
    21 
    21 
    22 static void ShowBuildAirportPicker();
    22 static void ShowBuildAirportPicker();