src/station_gui.cpp
changeset 8787 41d9d5adbe87
parent 8785 871586967963
child 8857 7593af4962e6
equal deleted inserted replaced
8786:1823ff88a054 8787:41d9d5adbe87
    22 #include "core/alloc_func.hpp"
    22 #include "core/alloc_func.hpp"
    23 #include "window_func.h"
    23 #include "window_func.h"
    24 #include "viewport_func.h"
    24 #include "viewport_func.h"
    25 #include "gfx_func.h"
    25 #include "gfx_func.h"
    26 #include "widgets/dropdown_func.h"
    26 #include "widgets/dropdown_func.h"
       
    27 #include "newgrf_cargo.h"
    27 
    28 
    28 #include "table/strings.h"
    29 #include "table/strings.h"
    29 #include "table/sprites.h"
    30 #include "table/sprites.h"
    30 
    31 
    31 typedef int CDECL StationSortListingTypeFunction(const void*, const void*);
    32 typedef int CDECL StationSortListingTypeFunction(const void*, const void*);