Mercurial > hg > openttd
view src/group_gui.h @ 12411:9fdbb4594b82 draft
(svn r16845) -Codechange: Introduction of constants for describing the bits in a WWT_MATRIX data field.
author | alberth <alberth@openttd.org> |
---|---|
date | Thu, 16 Jul 2009 16:22:23 +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 */