diff options
author | rubidium <rubidium@openttd.org> | 2007-12-21 19:21:21 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-12-21 19:21:21 +0000 |
commit | 01e20c91403ebe8c88697ec11812fb46d414c770 (patch) | |
tree | fc1669fb9cd1857bea972a4378d8ebd1e80facfa /src/tile_map.cpp | |
parent | d5c4ba8246fbd9b44469037d8224a94c0a5ce5d3 (diff) | |
download | openttd-01e20c91403ebe8c88697ec11812fb46d414c770.tar.xz |
(svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations.
Diffstat (limited to 'src/tile_map.cpp')
-rw-r--r-- | src/tile_map.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tile_map.cpp b/src/tile_map.cpp index a4d106ebe..945cbfab3 100644 --- a/src/tile_map.cpp +++ b/src/tile_map.cpp @@ -5,6 +5,7 @@ #include "stdafx.h" #include "openttd.h" #include "tile_map.h" +#include "core/math_func.hpp" Slope GetTileSlope(TileIndex tile, uint *h) { |