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
commit5f7f99e38167b83b7767ecc8b92df0df938c59cf (patch)
tree7c171c2dc2f8e4513a9017d8735c3ee621052493 /src/newgrf_industries.h
parent57268fa7e3c67ed1aec21bb935e271c56e430009 (diff)
downloadopenttd-5f7f99e38167b83b7767ecc8b92df0df938c59cf.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 */