revert between 56095 -> 55830 in arch
[AROS.git] / workbench / tools / SysExplorer / classes.h
blob51146d20fa6ccf8a21ee60ac1e875091a7aea770
1 #ifndef SYSEXPLORER_CLASSES_H
2 #define SYSEXPLORER_CLASSES_H
4 /*
5 Copyright © 2013-2018, 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_PropertyWin (TAG_USER | 0x00000000)
15 /*** Attributes ****************************************************************/
16 #define MUIA_PropertyWin_Object (MUIB_PropertyWin | 0x00000000)
18 /*** Variables **************************************************************/
19 extern struct MUI_CustomClass *ComputerWindow_CLASS;
20 extern struct MUI_CustomClass *GenericWindow_CLASS;
21 extern struct MUI_CustomClass *DevicePage_CLASS;
23 /*** Macros *****************************************************************/
24 #define DevicePageObject BOOPSIOBJMACRO_START(DevicePage_CLASS->mcc_Class)
26 #endif /* SYSEXPLORER_CLASSES_H */