5 Copyright © 2004, The AROS Development Team. All rights reserved.
6 This file is part of the Wanderer Preferences program, which is distributed
7 under the terms of version 2 of the GNU General Public License.
12 #include <exec/types.h>
13 #include <libraries/mui.h>
14 #include <aros/debug.h>
17 /*** Identifier base ********************************************************/
18 #define MUIB_WPEditor (TAG_USER | 0x10000000)
20 /*** Variables **************************************************************/
21 extern struct MUI_CustomClass
*WPEditor_CLASS
;
23 /*** Macros *****************************************************************/
24 #define WPEditorObject BOOPSIOBJMACRO_START(WPEditor_CLASS->mcc_Class)
26 #endif /* _WPEDITOR_H_ */