(svn r10515) -Codechange: allow getting some more data about the environment of an industry.

This commit is contained in:
rubidium
2007-07-11 23:10:22 +00:00
parent 57268fa7e3
commit 5f7f99e381
3 changed files with 24 additions and 6 deletions

View File

@@ -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 */