summaryrefslogtreecommitdiff
path: root/src/group.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-10-03 17:22:09 +0000
committerfrosch <frosch@openttd.org>2011-10-03 17:22:09 +0000
commitfafa06e821d27eaa6345d8a043a4a21b7c6e6381 (patch)
tree8fad99ceaf5d07334ddbea28cb1526b09eee2cab /src/group.h
parent68f969282e646b3fde7797a91beb3e38701564a6 (diff)
downloadopenttd-fafa06e821d27eaa6345d8a043a4a21b7c6e6381.tar.xz
(svn r22979) -Codechange: Add GroupStatistics::CountEngine().
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();
};