File diff r14247:2f155b9f20db → r14248:a9050881acd7
src/group_gui.h
Show inline comments
 
@@ -9,12 +9,13 @@
 

	
 
/** @file group_gui.h Functions/definitions that have something to do with groups. */
 

	
 
#ifndef GROUP_GUI_H
 
#define GROUP_GUI_H
 

	
 
#include "company_type.h"
 
#include "vehicle_type.h"
 

	
 
void ShowCompanyGroup(CompanyID company, VehicleType veh);
 
void DeleteGroupHighlightOfVehicle(const Vehicle *v);
 

	
 
#endif /* GROUP_GUI_H */