grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / tools / SysExplorer / classes.h
blobe301417fb383712b945ae2fda749f37c286eae38
1 #ifndef COMPUTERPAGE_CL_H
2 #define COMPUTERPAGE_CL_H
4 /*
5 Copyright © 2013, 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 *ATAWindow_CLASS;
22 extern struct MUI_CustomClass *ATAUnitWindow_CLASS;
23 extern struct MUI_CustomClass *DevicePage_CLASS;
24 extern struct MUI_CustomClass *GfxWindow_CLASS;
25 extern struct MUI_CustomClass *MonitorWindow_CLASS;
27 /*** Macros *****************************************************************/
28 #define DevicePageObject BOOPSIOBJMACRO_START(DevicePage_CLASS->mcc_Class)
30 #endif /* COMPUTERPAGE_CL_H */