1 #ifndef SYSEXPLORER_CLASSES_H
2 #define SYSEXPLORER_CLASSES_H
5 Copyright © 2013-2018, The AROS Development Team. All rights reserved.
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 */