Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / prefs / locale / page_language.h
bloba8a23c01a21eead8515748ffa2ab45e40f403603
1 #ifndef _LLANG_H_
2 #define _LLANG_H_
4 /*
5 Copyright 2004, The AROS Development Team. All rights reserved.
6 $Id: ipeditor.h 21130 2004-02-28 22:50:12Z chodorowski, dariusb $
7 */
9 #include <exec/types.h>
10 #include <libraries/mui.h>
12 /*** Identifier base ********************************************************/
13 #define MUIB_Language (TAG_USER | 0x10000000)
15 /*** Variables **************************************************************/
16 extern struct MUI_CustomClass *Language_CLASS;
18 /*** Macros *****************************************************************/
19 #define LanguageObject BOOPSIOBJMACRO_START(Language_CLASS->mcc_Class)
21 void InitLanguage();
22 void CleanLanguage();
24 #endif /* _LLANG_H_ */