src/town_cmd.cpp
changeset 8214 971f861d5543
parent 8197 3af783256580
child 8224 c5a64d87cc54
equal deleted inserted replaced
8213:7bdd7593eb9b 8214:971f861d5543
    38 #include "autoslope.h"
    38 #include "autoslope.h"
    39 #include "waypoint.h"
    39 #include "waypoint.h"
    40 #include "transparency.h"
    40 #include "transparency.h"
    41 #include "tunnelbridge_map.h"
    41 #include "tunnelbridge_map.h"
    42 #include "strings_func.h"
    42 #include "strings_func.h"
    43 #include "string.h"
       
    44 #include "window_func.h"
    43 #include "window_func.h"
       
    44 #include "string_func.h"
    45 
    45 
    46 
    46 
    47 /* Initialize the town-pool */
    47 /* Initialize the town-pool */
    48 DEFINE_OLD_POOL_GENERIC(Town, Town)
    48 DEFINE_OLD_POOL_GENERIC(Town, Town)
    49 
    49