src/tile_map.h
changeset 8609 8c0c3e9dd6a0
parent 8604 8afdd9877afd
child 8635 3bbb6f87fced
equal deleted inserted replaced
8608:45d77f05d3a3 8609:8c0c3e9dd6a0
     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.