summaryrefslogtreecommitdiff
path: root/src/group_gui.h
blob: a20318901312e95996fec21fe2d0fd0bc3c4dca2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* $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 */