src/town_map.h
changeset 9005 d6b0e0a54ef2
parent 8681 c1853fb3c47a
child 9006 7666e7b47088
equal deleted inserted replaced
9004:0f9d87665433 9005:d6b0e0a54ef2
     7 
     7 
     8 #include "town.h"
     8 #include "town.h"
     9 #include "date_func.h"
     9 #include "date_func.h"
    10 #include "tile_map.h"
    10 #include "tile_map.h"
    11 #include "functions.h"
    11 #include "functions.h"
       
    12 #include "animated_tile_func.h"
    12 
    13 
    13 /**
    14 /**
    14  * Get the index of which town this house/street is attached to.
    15  * Get the index of which town this house/street is attached to.
    15  * @param t the tile
    16  * @param t the tile
    16  * @pre IsTileType(t, MP_HOUSE) or IsTileType(t, MP_ROAD)
    17  * @pre IsTileType(t, MP_HOUSE) or IsTileType(t, MP_ROAD)