Mercurial > hg > openttd
view src/group_gui.h @ 9038:6e86ab2cba9f draft
(svn r12857) -Fix [FS#1948]: remove the last uses of AutoPtr in the station code.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Wed, 23 Apr 2008 22:16:41 +0000 |
parents | 5475263e4cab |
children | c54d140df948 |
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 ShowPlayerGroup(PlayerID player, VehicleType veh); #endif /* GROUP_GUI_H */