(svn r21172) -Feature: Better control over how many new industries are created during the game.

This commit is contained in:
alberth
2010-11-13 15:17:55 +00:00
parent f22fb0d53d
commit eb4ab0091a
2 changed files with 38 additions and 3 deletions

View File

@@ -167,6 +167,8 @@ struct IndustryBuildData {
void SetupTargetCount();
void TryBuildNewIndustry();
void MonthlyLoop();
};
extern IndustryBuildData _industry_builder;