src/newgrf_industries.h
branchnoai
changeset 9627 6a7c8ead2328
parent 9626 79f2b5a0cdd7
child 7380 a9d0047b015c
--- a/src/newgrf_industries.h	Tue Jun 12 18:02:11 2007 +0000
+++ b/src/newgrf_industries.h	Tue Jun 12 19:52:26 2007 +0000
@@ -10,5 +10,6 @@
 
 uint32 IndustryGetVariable(const ResolverObject *object, byte variable, byte parameter, bool *available);
 uint16 GetIndustryCallback(uint16 callback, uint32 param1, uint32 param2, Industry *industry, TileIndex tile);
+uint32 GetIndustryIDAtOffset(TileIndex new_tile, TileIndex old_tile, const Industry *i);
 
 #endif /* NEWGRF_INDUSTRIES_H */