summaryrefslogtreecommitdiff
path: root/src/group_gui.h
blob: 7db3ed9a1fafd4931a7b9c5433ab755ae0a2c478 (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 ShowCompanyGroup(CompanyID company, VehicleType veh);

#endif /* GROUP_GUI_H */