From 46d4d0d989b843d7dacfa4b1ac5e6562aa17b624 Mon Sep 17 00:00:00 2001 From: belugas Date: Tue, 5 Jun 2007 01:49:08 +0000 Subject: (svn r10040) -Codechange: Make the function GetTerrainType public, as other functions require it --- src/newgrf_commons.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/newgrf_commons.h') 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 */ -- cgit v1.2.3-70-g09d2