src/town_cmd.cpp
changeset 8710 52015340050c
parent 8693 3d721429cc4f
child 8720 4e60c30e2006
equal deleted inserted replaced
8709:4187ad809fe7 8710:52015340050c
    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