grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / prefs / icontrol / icontroleditor.h
blob9eb7d58382f6b431c813787cbc5daca0d9b8f85d
1 #ifndef _ICONTROLEDITOR_H_
2 #define _ICONTROLEDITOR_H_
4 /*
5 Copyright © 1995-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_IControlEditor (TAG_USER | 0x10000000)
15 /*** Variables **************************************************************/
16 extern struct MUI_CustomClass *IControlEditor_CLASS;
18 #define IControlEditorObject BOOPSIOBJMACRO_START(IControlEditor_CLASS->mcc_Class)
20 #endif /* _ICONTROLEDITOR_H_ */