src/group_gui.h
author glx
Sat, 17 May 2008 20:49:45 +0000
changeset 10601 c843d0e06015
parent 8607 d16299e657ba
permissions -rw-r--r--
(svn r13145) -Codechange: make classes of the BuildDocks[Depot|Station]Window.
/* $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 */