view src/group_gui.h @ 8270:5613b863190d draft

(svn r11834) -Codechange: only include settings_type.h if needed.
author rubidium <rubidium@openttd.org>
date Sun, 13 Jan 2008 14:37:30 +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 */