src/group_gui.h
author translators
Sat, 13 Dec 2008 18:45:37 +0000
changeset 10420 553508015907
parent 10207 c291a21b304e
permissions -rw-r--r--
(svn r14673) -Update: WebTranslator2 update to 2008-12-13 18:45:31
arabic_egypt - 230 fixed by khaloofah (230)
indonesian - 2 fixed by Gonrong (2)
italian - 1 changed by lorenzodv (1)
portuguese - 12 fixed by SnowFlake (7), rmrebelo (5)
thai - 32 fixed by vetbook (32)
/* $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 */