src/town_cmd.cpp
changeset 8119 52b48108425a
parent 8116 8da76dcb3287
child 8121 3bc6351e7369
equal deleted inserted replaced
8118:fa5fe5491657 8119:52b48108425a
     2 
     2 
     3 /** @file town_cmd.cpp */
     3 /** @file town_cmd.cpp */
     4 
     4 
     5 #include "stdafx.h"
     5 #include "stdafx.h"
     6 #include "openttd.h"
     6 #include "openttd.h"
     7 #include "functions.h"
     7 #include "tile_cmd.h"
     8 #include "debug.h"
     8 #include "debug.h"
     9 #include "road_map.h"
     9 #include "road_map.h"
    10 #include "road_internal.h" /* Cleaning up road bits */
    10 #include "road_internal.h" /* Cleaning up road bits */
    11 #include "table/strings.h"
    11 #include "table/strings.h"
    12 #include "table/sprites.h"
    12 #include "table/sprites.h"