changeset 8609 | 8c0c3e9dd6a0 |
parent 8604 | 8afdd9877afd |
child 8844 | b4f9ff470b85 |
8608:45d77f05d3a3 | 8609:8c0c3e9dd6a0 |
---|---|
3 /** @file tile.cpp */ |
3 /** @file tile.cpp */ |
4 |
4 |
5 #include "stdafx.h" |
5 #include "stdafx.h" |
6 #include "openttd.h" |
6 #include "openttd.h" |
7 #include "tile_map.h" |
7 #include "tile_map.h" |
8 #include "core/math_func.hpp" |
|
8 |
9 |
9 Slope GetTileSlope(TileIndex tile, uint *h) |
10 Slope GetTileSlope(TileIndex tile, uint *h) |
10 { |
11 { |
11 uint a; |
12 uint a; |
12 uint b; |
13 uint b; |