5 Copyright © 2009-2015, The AROS Development Team. All rights reserved.
9 #include <exec/types.h>
10 #include <libraries/mui.h>
12 /*** Identifier base ********************************************************/
13 #define MUIB_BootEditor (MUIB_PrefsEditor + 0x100)
15 /*** Variables **************************************************************/
16 extern struct MUI_CustomClass
*BootEditor_CLASS
;
18 /*** Macros *****************************************************************/
19 #define BootEditorObject BOOPSIOBJMACRO_START(BootEditor_CLASS->mcc_Class)
21 #define MUIM_BootEditor_ShowModule (MUIB_BootEditor + 1)
22 #define MUIM_BootEditor_UpdateModule (MUIB_BootEditor + 2)
23 #define MUIM_BootEditor_AddModule (MUIB_BootEditor + 3)
24 #define MUIM_BootEditor_RemoveModule (MUIB_BootEditor + 4)
26 #endif /* _BOOTEDITOR_H_ */