summaryrefslogtreecommitdiff
path: root/src/newgrf_commons.h
diff options
context:
space:
mode:
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 */