summaryrefslogtreecommitdiff
path: root/src/group_gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-21 07:38:36 +0000
committerrubidium <rubidium@openttd.org>2007-12-21 07:38:36 +0000
commitc201bc35f0f782ccb6acd51437d232b1c1195d95 (patch)
treefff45a0d36f14044846f8b90ef3a59e442c80c6d /src/group_gui.h
parent33c86f83e28012e5424303f1b9660ad7b235d011 (diff)
downloadopenttd-c201bc35f0f782ccb6acd51437d232b1c1195d95.tar.xz
(svn r11672) -Codechange: refactor some stuff out of gui.h.
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 */