src/town_cmd.cpp
changeset 8615 6b91ca653bad
parent 8612 6414fc21c2f3
child 8617 931e0970d509
equal deleted inserted replaced
8614:21126f54f5c8 8615:6b91ca653bad
     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"