src/group_gui.h
author smatz
Mon, 18 Feb 2008 23:37:16 +0000
changeset 9099 b547d33e53d8
parent 8607 d16299e657ba
permissions -rw-r--r--
(svn r12185) -Fix (r12177): wrong operator priority, hopefully harmless (spotted by michi_cc)
/* $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 */