summaryrefslogtreecommitdiff
path: root/src/industry_type.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2014-08-13 19:31:45 +0000
committeralberth <alberth@openttd.org>2014-08-13 19:31:45 +0000
commit87dd209784d44a60805ef071423f8de9052cec97 (patch)
tree657b28d304dd7a1010419b1d865b1d190eb67e3d /src/industry_type.h
parentaaf44731fb60114fd1670a36d17c0c6d14e592a4 (diff)
downloadopenttd-87dd209784d44a60805ef071423f8de9052cec97.tar.xz
(svn r26729) -Feature: Warn about missing industries after generating a map.
Diffstat (limited to 'src/industry_type.h')
-rw-r--r--src/industry_type.h2
1 files changed, 2 insertions, 0 deletions
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 */