(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 40d69ce604
commit 93765020f1
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;