src/disaster_cmd.cpp
changeset 8119 52b48108425a
parent 8116 8da76dcb3287
child 8121 3bc6351e7369
equal deleted inserted replaced
8118:fa5fe5491657 8119:52b48108425a
    16  */
    16  */
    17 
    17 
    18 
    18 
    19 #include "stdafx.h"
    19 #include "stdafx.h"
    20 #include "openttd.h"
    20 #include "openttd.h"
    21 #include "functions.h"
    21 #include "gfx.h"
    22 #include "landscape.h"
    22 #include "landscape.h"
       
    23 
    23 #include "industry_map.h"
    24 #include "industry_map.h"
    24 #include "station_map.h"
    25 #include "station_map.h"
    25 #include "table/strings.h"
    26 #include "table/strings.h"
    26 #include "map.h"
    27 #include "map.h"
    27 #include "vehicle.h"
    28 #include "vehicle.h"
    28 #include "command_func.h"
    29 #include "command_func.h"
       
    30 #include "tile_cmd.h"
    29 #include "news.h"
    31 #include "news.h"
    30 #include "station.h"
    32 #include "station.h"
    31 #include "waypoint.h"
    33 #include "waypoint.h"
    32 #include "town.h"
    34 #include "town.h"
    33 #include "industry.h"
    35 #include "industry.h"