(svn r26729) -Feature: Warn about missing industries after generating a map.

This commit is contained in:
alberth
2014-08-13 19:31:45 +00:00
parent aaf44731fb
commit 87dd209784
4 changed files with 27 additions and 0 deletions

View File

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