(svn r10066) -Codechange: Expose function GetNearbyTile by moving it to newgrf_commons.[cpp|h]. Will be used by industries in a few.

This commit is contained in:
belugas
2007-06-08 17:54:18 +00:00
parent 6983d0b547
commit e8c6d57150
3 changed files with 22 additions and 14 deletions

View File

@@ -67,5 +67,6 @@ public:
extern HouseOverrideManager _house_mngr;
uint32 GetTerrainType(TileIndex tile);
TileIndex GetNearbyTile(byte parameter, TileIndex tile);
#endif /* NEWGRF_COMMONS_H */