add public headers for execlock.resource
[AROS.git] / workbench / prefs / locale / registertab.h
bloba819baa2dd28d00aef92f0390643799a0de8cd1f
1 #ifndef _LOCALEREGISTEREDITOR_H_
2 #define _LOCALEREGISTEREDITOR_H_
4 /*
5 Copyright © 2004-2010, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <exec/types.h>
10 #include <libraries/mui.h>
12 /*** Identifier base ********************************************************/
13 #define MUIB_LocaleRegisterEditor (TAG_USER | 0x10000000)
15 /*** Variables **************************************************************/
16 extern struct MUI_CustomClass *LocaleRegister_CLASS;
18 /*** Macros *****************************************************************/
19 #define LocaleRegisterObject BOOPSIOBJMACRO_START(LocaleRegister_CLASS->mcc_Class)
21 #endif