src/group_gui.h
author skidd13
Sat, 14 Jun 2008 16:23:08 +0000
changeset 10962 2649d7a316af
parent 8607 d16299e657ba
permissions -rw-r--r--
(svn r13516) -Codechange: Move MemCpyT to a fitting core header
-Codechange: Split the sorting code from the sortlist to an appropriate header
/* $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 */