summaryrefslogtreecommitdiff
path: root/src/group_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/group_gui.h')
-rw-r--r--src/group_gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/group_gui.h b/src/group_gui.h
index 6a0ddfb7a..d42704663 100644
--- a/src/group_gui.h
+++ b/src/group_gui.h
@@ -13,7 +13,8 @@
#include "company_type.h"
#include "vehicle_type.h"
-void ShowCompanyGroup(CompanyID company, VehicleType veh);
+void ShowCompanyGroup(CompanyID company, VehicleType veh, GroupID group = INVALID_GROUP, bool need_existing_window = false);
+void ShowCompanyGroupForVehicle(const Vehicle *v);
void DeleteGroupHighlightOfVehicle(const Vehicle *v);
#endif /* GROUP_GUI_H */