summaryrefslogtreecommitdiff
path: root/src/newgrf_industries.h
diff options
context:
space:
mode:
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 997a9e3f9..a493c37e8 100644
--- a/src/newgrf_industries.h
+++ b/src/newgrf_industries.h
@@ -15,6 +15,8 @@ uint32 GetIndustryIDAtOffset(TileIndex new_tile, TileIndex old_tile, const Indus
void IndustryProductionCallback(Industry *ind, int reason);
bool CheckIfCallBackAllowsCreation(TileIndex tile, IndustryType type, uint itspec_index);
+IndustryType MapNewGRFIndustryType(IndustryType grf_type, uint32 grf_id);
+
/* in newgrf_industrytiles.cpp*/
uint32 IndustryTileGetRandomBits(const ResolverObject *object);
uint32 IndustryTileGetTriggers(const ResolverObject *object);