summaryrefslogtreecommitdiff
path: root/src/newgrf_commons.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-06-05 01:49:08 +0000
committerbelugas <belugas@openttd.org>2007-06-05 01:49:08 +0000
commit46d4d0d989b843d7dacfa4b1ac5e6562aa17b624 (patch)
treebdd74617d99055e49ce1e28cd9c135ef2da73080 /src/newgrf_commons.h
parent1026c865fd939f8c0b2a4a058646195cb210af5d (diff)
downloadopenttd-46d4d0d989b843d7dacfa4b1ac5e6562aa17b624.tar.xz
(svn r10040) -Codechange: Make the function GetTerrainType public, as other functions require it
Diffstat (limited to 'src/newgrf_commons.h')
-rw-r--r--src/newgrf_commons.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/newgrf_commons.h b/src/newgrf_commons.h
index 812f514a6..070fb1feb 100644
--- a/src/newgrf_commons.h
+++ b/src/newgrf_commons.h
@@ -66,4 +66,6 @@ public:
extern HouseOverrideManager _house_mngr;
+uint32 GetTerrainType(TileIndex tile);
+
#endif /* NEWGRF_COMMONS_H */