src/town_cmd.cpp
changeset 8131 160939e24ed3
parent 8124 59aee7f98ff9
child 8139 4e91c448c409
equal deleted inserted replaced
8130:d2eb7d04f6e1 8131:160939e24ed3
    42 #include "waypoint.h"
    42 #include "waypoint.h"
    43 #include "transparency.h"
    43 #include "transparency.h"
    44 #include "tunnelbridge_map.h"
    44 #include "tunnelbridge_map.h"
    45 #include "strings_func.h"
    45 #include "strings_func.h"
    46 #include "string.h"
    46 #include "string.h"
       
    47 #include "window_func.h"
    47 
    48 
    48 
    49 
    49 /* Initialize the town-pool */
    50 /* Initialize the town-pool */
    50 DEFINE_OLD_POOL_GENERIC(Town, Town)
    51 DEFINE_OLD_POOL_GENERIC(Town, Town)
    51 
    52