src/group_gui.h
author rubidium
Wed, 26 Nov 2008 01:03:34 +0000
changeset 10383 7aee0e95303f
parent 10207 c291a21b304e
permissions -rw-r--r--
(svn r14634) -Change: _rdtsc is defined by some platforms so we can't use that name.
/* $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);

#endif /* GROUP_GUI_H */