You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/group_gui.h

13 lines
252 B
C

/* $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 */