summaryrefslogtreecommitdiff
path: root/src/company_base.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-02-25 21:45:14 +0000
committeryexo <yexo@openttd.org>2009-02-25 21:45:14 +0000
commitfb7b0536e74d0cfdc682593657dfb66700f724e9 (patch)
treec5ec0bb4374465ba0001b47485225c72a9a21c15 /src/company_base.h
parentc5684e56ec96f530178d7e66aebb830fe6829974 (diff)
downloadopenttd-fb7b0536e74d0cfdc682593657dfb66700f724e9.tar.xz
(svn r15584) -Codechange: Move several variables from variables.h to more appropriate headers.
Diffstat (limited to 'src/company_base.h')
-rw-r--r--src/company_base.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/company_base.h b/src/company_base.h
index 719141a07..4c053efa9 100644
--- a/src/company_base.h
+++ b/src/company_base.h
@@ -107,4 +107,7 @@ static inline byte ActiveCompanyCount()
Money CalculateCompanyValue(const Company *c);
+extern uint _next_competitor_start;
+extern uint _cur_company_tick_index;
+
#endif /* COMPANY_BASE_H */