src/town_cmd.cpp
changeset 8627 448ebf3a8291
parent 8620 5f1eacb0bc60
child 8635 3bbb6f87fced
equal deleted inserted replaced
8626:440dfcd14c4a 8627:448ebf3a8291
    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