00001 /* $Id: group_gui.h 14925 2009-01-08 21:16:19Z frosch $ */ 00002 00005 #ifndef GROUP_GUI_H 00006 #define GROUP_GUI_H 00007 00008 #include "vehicle_type.h" 00009 00010 void ShowCompanyGroup(CompanyID company, VehicleType veh); 00011 void DeleteGroupHighlightOfVehicle(const Vehicle *v); 00012 00013 #endif /* GROUP_GUI_H */