src/group_gui.h
author truebrain
Tue, 26 Feb 2008 18:36:16 +0000
branchnoai
changeset 9779 5713a8978df7
parent 9723 eee46cb39750
permissions -rw-r--r--
(svn r12274) [NoAI] -Change: [API CHANGE] Removed AITownList_vRandomize, as AIList_vRandomize already does that
/* $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 */