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 27ae96fce..728d4ffec 100644
--- a/src/company_base.h
+++ b/src/company_base.h
@@ -43,6 +43,9 @@ struct CompanyInfrastructure {
for (RailType rt = RAILTYPE_BEGIN; rt < RAILTYPE_END; rt++) total += this->rail[rt];
return total;
}
+
+ uint32 GetRoadTotal() const;
+ uint32 GetTramTotal() const;
};
typedef Pool<Company, CompanyID, 1, MAX_COMPANIES> CompanyPool;