src/rail_cmd.cpp
changeset 10222 b6919c94cc77
parent 10221 faef62283f5f
child 10269 a833a213bf38
equal deleted inserted replaced
10221:faef62283f5f 10222:b6919c94cc77
    18 #include "command_func.h"
    18 #include "command_func.h"
    19 #include "pathfind.h"
    19 #include "pathfind.h"
    20 #include "engine_func.h"
    20 #include "engine_func.h"
    21 #include "town.h"
    21 #include "town.h"
    22 #include "sprite.h"
    22 #include "sprite.h"
    23 #include "depot.h"
    23 #include "depot_base.h"
       
    24 #include "depot_func.h"
    24 #include "waypoint.h"
    25 #include "waypoint.h"
    25 #include "rail.h"
    26 #include "rail.h"
    26 #include "newgrf.h"
    27 #include "newgrf.h"
    27 #include "yapf/yapf.h"
    28 #include "yapf/yapf.h"
    28 #include "newgrf_engine.h"
    29 #include "newgrf_engine.h"
    38 #include "window_func.h"
    39 #include "window_func.h"
    39 #include "vehicle_func.h"
    40 #include "vehicle_func.h"
    40 #include "sound_func.h"
    41 #include "sound_func.h"
    41 #include "signal_func.h"
    42 #include "signal_func.h"
    42 #include "tunnelbridge.h"
    43 #include "tunnelbridge.h"
       
    44 #include "station_map.h"
       
    45 #include "water_map.h"
    43 
    46 
    44 #include "table/sprites.h"
    47 #include "table/sprites.h"
    45 #include "table/strings.h"
    48 #include "table/strings.h"
    46 #include "table/railtypes.h"
    49 #include "table/railtypes.h"
    47 #include "table/track_land.h"
    50 #include "table/track_land.h"