diff options
author | frosch <frosch@openttd.org> | 2008-01-31 17:46:08 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2008-01-31 17:46:08 +0000 |
commit | fe9891c8ec0376a3a79195ee2bd76bba317865a5 (patch) | |
tree | 938c7be67dc7eb597b5484394eaaf2db1f9b663a /src/newgrf_commons.h | |
parent | ef35cefddc94539174c490e4e0bbe04a5a9d3dc8 (diff) | |
download | openttd-fe9891c8ec0376a3a79195ee2bd76bba317865a5.tar.xz |
(svn r12028) -Codechange: Split common part of station var 0x67, house var 0x62, indtile var 0x60 and industry var 0x62 to 'newgrf_commons.cpp'.
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 c4526a89c..5b9dea9e7 100644 --- a/src/newgrf_commons.h +++ b/src/newgrf_commons.h @@ -93,5 +93,6 @@ extern IndustryTileOverrideManager _industile_mngr; uint32 GetTerrainType(TileIndex tile); TileIndex GetNearbyTile(byte parameter, TileIndex tile); +uint32 GetNearbyTileInformation(TileIndex tile); #endif /* NEWGRF_COMMONS_H */ |