diff options
author | belugas <belugas@openttd.org> | 2007-06-05 01:49:08 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2007-06-05 01:49:08 +0000 |
commit | a95fdc8bb5fe2baba77c266c2f40ac15a5880bfa (patch) | |
tree | bdd74617d99055e49ce1e28cd9c135ef2da73080 /src/newgrf_commons.h | |
parent | 9f44031a277a5deb4f7cbc53f1adf5cf9d90dec1 (diff) | |
download | openttd-a95fdc8bb5fe2baba77c266c2f40ac15a5880bfa.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.h | 2 |
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 */ |