src/tile_map.h
changeset 8113 31b7784db761
parent 8108 b42a0e5c67ef
child 8139 4e91c448c409
equal deleted inserted replaced
8112:24b89cd40bfd 8113:31b7784db761
     6 #define TILE_MAP_H
     6 #define TILE_MAP_H
     7 
     7 
     8 #include "tile_type.h"
     8 #include "tile_type.h"
     9 #include "slope_type.h"
     9 #include "slope_type.h"
    10 #include "map.h"
    10 #include "map.h"
       
    11 #include "core/bitmath_func.hpp"
    11 
    12 
    12 /**
    13 /**
    13  * Returns the height of a tile
    14  * Returns the height of a tile
    14  *
    15  *
    15  * This function returns the height of the northern corner of a tile.
    16  * This function returns the height of the northern corner of a tile.