summaryrefslogtreecommitdiff
path: root/src/newgrf_industries.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-07-11 23:10:22 +0000
committerrubidium <rubidium@openttd.org>2007-07-11 23:10:22 +0000
commit0c6f628fa6607305af3011ea30dccc74be098e77 (patch)
tree7c171c2dc2f8e4513a9017d8735c3ee621052493 /src/newgrf_industries.h
parenta616f0bd1e15e3aca17124c8a0d2103ad14cb1af (diff)
downloadopenttd-0c6f628fa6607305af3011ea30dccc74be098e77.tar.xz
(svn r10515) -Codechange: allow getting some more data about the environment of an industry.
Diffstat (limited to 'src/newgrf_industries.h')
-rw-r--r--src/newgrf_industries.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/newgrf_industries.h b/src/newgrf_industries.h
index a493c37e8..e2404f43e 100644
--- a/src/newgrf_industries.h
+++ b/src/newgrf_industries.h
@@ -22,4 +22,6 @@ uint32 IndustryTileGetRandomBits(const ResolverObject *object);
uint32 IndustryTileGetTriggers(const ResolverObject *object);
void IndustryTileSetTriggers(const ResolverObject *object, int triggers);
+uint32 GetNearbyIndustryTileInformation(byte parameter, TileIndex tile, IndustryID index);
+
#endif /* NEWGRF_INDUSTRIES_H */