use for all targets
[AROS.git] / workbench / prefs / locale / languagelist.h
blob0d41d7f29e3234193a09666ddaa2365bb4d1481f
1 #ifndef _LLANGLIST_H_
2 #define _LLANGLIST_H_
4 /*
5 Copyright © 2013, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <exec/types.h>
10 #include <libraries/mui.h>
12 /*** Variables **************************************************************/
13 extern struct MUI_CustomClass *Languagelist_CLASS;
15 /*** Macros *****************************************************************/
16 #define LanguagelistObject BOOPSIOBJMACRO_START(Language_CLASS->mcc_Class)
18 #endif /* _LLANGLIST_H_ */