From 87dd209784d44a60805ef071423f8de9052cec97 Mon Sep 17 00:00:00 2001 From: alberth Date: Wed, 13 Aug 2014 19:31:45 +0000 Subject: (svn r26729) -Feature: Warn about missing industries after generating a map. --- src/industry_type.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/industry_type.h') diff --git a/src/industry_type.h b/src/industry_type.h index 11828c530..12525fbbf 100644 --- a/src/industry_type.h +++ b/src/industry_type.h @@ -37,4 +37,6 @@ static const IndustryGfx INVALID_INDUSTRYTILE = NUM_INDUSTRYTILES; ///< one a static const int INDUSTRY_COMPLETED = 3; ///< final stage of industry construction. +void CheckIndustries(); + #endif /* INDUSTRY_TYPE_H */ -- cgit v1.2.3-54-g00ecf