changeset 10208 | 72c00af5c95d |
parent 10207 | c291a21b304e |
10207:c291a21b304e | 10208:72c00af5c95d |
---|---|
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 "company_type.h" |
11 #include "map_func.h" |
11 #include "map_func.h" |
12 #include "core/bitmath_func.hpp" |
12 #include "core/bitmath_func.hpp" |
13 |
13 |
14 /** |
14 /** |
15 * Returns the height of a tile |
15 * Returns the height of a tile |