summaryrefslogtreecommitdiff
path: root/src/group.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/group.h')
-rw-r--r--src/group.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/group.h b/src/group.h
index b543cbca4..557fdfbde 100644
--- a/src/group.h
+++ b/src/group.h
@@ -33,6 +33,7 @@ struct GroupStatistics {
static GroupStatistics &Get(CompanyID company, GroupID id_g, VehicleType type);
static GroupStatistics &Get(const Vehicle *v);
+ static GroupStatistics &GetAllGroup(const Vehicle *v);
static void CountVehicle(const Vehicle *v, int delta);
static void CountEngine(const Vehicle *v, int delta);