src/group_gui.h
author glx
Fri, 13 Jun 2008 15:43:39 +0000
branchnoai
changeset 10955 56b381e5253f
parent 9723 eee46cb39750
permissions -rw-r--r--
(svn r13509) [NoAI] -Sync: with trunk r13472:13508.
/* $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 */