summaryrefslogtreecommitdiff
path: root/src/industry.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-11-13 15:17:55 +0000
committeralberth <alberth@openttd.org>2010-11-13 15:17:55 +0000
commiteb4ab0091ac5ba6d8b647d426593803275d9a9ac (patch)
tree3f7df78888bdcac19dca1c0c8c4dc11fce032489 /src/industry.h
parentf22fb0d53db43e1e9ebeeda01ba8948656d537af (diff)
downloadopenttd-eb4ab0091ac5ba6d8b647d426593803275d9a9ac.tar.xz
(svn r21172) -Feature: Better control over how many new industries are created during the game.
Diffstat (limited to 'src/industry.h')
-rw-r--r--src/industry.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/industry.h b/src/industry.h
index 16b3dc8f4..39e4c2028 100644
--- a/src/industry.h
+++ b/src/industry.h
@@ -167,6 +167,8 @@ struct IndustryBuildData {
void SetupTargetCount();
void TryBuildNewIndustry();
+
+ void MonthlyLoop();
};
extern IndustryBuildData _industry_builder;