view src/group_gui.h @ 12645:b9f1e5ce4831 draft

(svn r17097) -Fix [FS#3092] (r13256): make restart command work again and make the help show how it works and how it doesn't work
author rubidium <rubidium@openttd.org>
date Thu, 06 Aug 2009 22:00:32 +0000
parents 14053cbe3be4
children bc7926153e19
line wrap: on
line source

/* $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);
void DeleteGroupHighlightOfVehicle(const Vehicle *v);

#endif /* GROUP_GUI_H */