diff options
author | belugas <belugas@openttd.org> | 2007-06-08 17:54:18 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2007-06-08 17:54:18 +0000 |
commit | e8c6d571508fbb49636b7fc1b70b58813d2caaa3 (patch) | |
tree | cd5fc9ecbc88d18cd0dec7eeae1bc0713a76e991 /src/newgrf_commons.h | |
parent | 6983d0b547ce9248a658ffa5d6c76c860d08a72e (diff) | |
download | openttd-e8c6d571508fbb49636b7fc1b70b58813d2caaa3.tar.xz |
(svn r10066) -Codechange: Expose function GetNearbyTile by moving it to newgrf_commons.[cpp|h]. Will be used by industries in a few.
Diffstat (limited to 'src/newgrf_commons.h')
-rw-r--r-- | src/newgrf_commons.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_commons.h b/src/newgrf_commons.h index 070fb1feb..a7c00e65c 100644 --- a/src/newgrf_commons.h +++ b/src/newgrf_commons.h @@ -67,5 +67,6 @@ public: extern HouseOverrideManager _house_mngr; uint32 GetTerrainType(TileIndex tile); +TileIndex GetNearbyTile(byte parameter, TileIndex tile); #endif /* NEWGRF_COMMONS_H */ |