summaryrefslogtreecommitdiff
path: root/src/company_base.h
diff options
context:
space:
mode:
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 */