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 bb87760c6..b543cbca4 100644
--- a/src/group.h
+++ b/src/group.h
@@ -35,6 +35,7 @@ struct GroupStatistics {
static GroupStatistics &Get(const Vehicle *v);
static void CountVehicle(const Vehicle *v, int delta);
+ static void CountEngine(const Vehicle *v, int delta);
static void UpdateAfterLoad();
};