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.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/group_gui.h b/src/group_gui.h
new file mode 100644
index 000000000..a20318901
--- /dev/null
+++ b/src/group_gui.h
@@ -0,0 +1,12 @@
+/* $Id$ */
+
+/** @file group_gui.h Functions/definitions that have something to do with groups. */
+
+#ifndef GROUP_GUI_H
+#define GROUP_GUI_H
+
+#include "vehicle_type.h"
+
+void ShowPlayerGroup(PlayerID player, VehicleType veh);
+
+#endif /* GROUP_GUI_H */