File diff r18143:604ab298ba0c → r18144:d858ebd27b4b
src/group.h
Show inline comments
 
@@ -32,12 +32,13 @@ struct GroupStatistics {
 
	void Clear();
 

	
 
	static GroupStatistics &Get(CompanyID company, GroupID id_g, VehicleType type);
 
	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();
 
};
 

	
 
/** Group data. */
 
struct Group : GroupPool::PoolItem<&_group_pool> {