1 #ifndef _THEMEEDITOR_H_
2 #define _THEMEEDITOR_H_
5 Copyright © 2013, The AROS Development Team. All rights reserved.
9 #include <exec/types.h>
10 #include <libraries/mui.h>
12 /*** Identifier base ********************************************************/
13 #define MUIB_AppearanceEditor (TAG_USER | 0x10000000)
15 /*** Variables **************************************************************/
16 extern struct MUI_CustomClass
*AppearanceEditor_CLASS
;
18 /*** Macros *****************************************************************/
19 #define AppearanceEditorObject BOOPSIOBJMACRO_START(AppearanceEditor_CLASS->mcc_Class)
21 #endif /* _THEMEEDITOR_H_ */