revert between 56095 -> 55830 in arch
[AROS.git] / workbench / prefs / wanderer / wpeditor.h
blobc6c9900d79f40b2aac20034f8bfea622f13ed46e
1 #ifndef _WPEDITOR_H_
2 #define _WPEDITOR_H_
4 /*
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.
9 $Id$
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_ */