src/group_gui.h
author smatz
Fri, 13 Jun 2008 00:00:04 +0000
changeset 10948 66145f71ebb9
parent 8607 d16299e657ba
permissions -rw-r--r--
(svn r13502) -Fix (r11212): drawing of zoomed out partial sprites could cause deadlocks or crashes
/* $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 */