(svn r11672) -Codechange: refactor some stuff out of gui.h.

This commit is contained in:
rubidium
2007-12-21 07:38:36 +00:00
parent 30c0d6da99
commit a6b1526c13
7 changed files with 43 additions and 16 deletions

12
src/group_gui.h Normal file
View File

@@ -0,0 +1,12 @@
/* $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 */