use for all targets
[AROS.git] / workbench / prefs / palette / paleditor.h
blob7a90e0f089af3c12ff7add5141ea3bf8c08dfdf1
1 #ifndef _PALEDITOR_H_
2 #define _PALEDITOR_H_
4 /*
5 Copyright © 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_PalEditor (TAG_USER | 0x10000000)
15 /*** Variables **************************************************************/
16 extern struct MUI_CustomClass *PalEditor_CLASS;
18 /*** Macros *****************************************************************/
19 #define PalEditorObject BOOPSIOBJMACRO_START(PalEditor_CLASS->mcc_Class)
21 #endif /* _PALEDITOR_H_ */