src/group_gui.h
author skidd13
Mon, 02 Jun 2008 14:27:58 +0000
changeset 10809 5e1189c1df5c
parent 8607 d16299e657ba
permissions -rw-r--r--
(svn r13360) -Fix (r13359): Forgot to remove some instances of FiosAlloc()
/* $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 */