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>
16 /*** Identifier base ********************************************************/
17 #define MUIB_WPEditor (TAG_USER | 0x10000000)
19 /*** Attributes *************************************************************/
20 #define MUIA_WPEditor_AdvancedViewWindow (MUIB_WPEditor | 0x00000001) /* Zune: V1 ..G Object * */
22 /*** Variables **************************************************************/
23 extern struct MUI_CustomClass
*WPEditor_CLASS
;
25 /*** Macros *****************************************************************/
26 #define WPEditorObject BOOPSIOBJMACRO_START(WPEditor_CLASS->mcc_Class)
28 #endif /* _WPEDITOR_H_ */