src/group_gui.h
author skidd13
Tue, 25 Mar 2008 18:59:25 +0000
changeset 9230 1c0a7c2ee6e5
parent 8607 d16299e657ba
permissions -rw-r--r--
(svn r12419) -Cleanup: of the internal road-piece building and removing.
/* $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 */