changeset 8750 | fdd6054e7bae |
parent 8635 | 3bbb6f87fced |
child 9147 | 54271cd8f27f |
8749:33c19f20a5db | 8750:fdd6054e7bae |
---|---|
5 #ifndef TILE_MAP_H |
5 #ifndef TILE_MAP_H |
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 "player_type.h" |
|
10 #include "map_func.h" |
11 #include "map_func.h" |
11 #include "core/bitmath_func.hpp" |
12 #include "core/bitmath_func.hpp" |
12 |
13 |
13 /** |
14 /** |
14 * Returns the height of a tile |
15 * Returns the height of a tile |