1 #ifndef FINDGROUP_CLASS_H
2 #define FINDGROUP_CLASS_H
5 Copyright © 2012, The AROS Development Team. All rights reserved.
9 #include <exec/types.h>
10 #include <libraries/mui.h>
12 /*** Identifier base ********************************************************/
13 #define MUIB_FindGroup (TAG_USER | 0x10000000)
15 /*** Attributes *************************************************************/
17 /*** Variables **************************************************************/
18 extern struct MUI_CustomClass
*FindGroup_CLASS
;
20 /*** Macros *****************************************************************/
21 #define FindGroupObject BOOPSIOBJMACRO_START(FindGroup_CLASS->mcc_Class)
24 #endif /* FINDGROUP_CLASS_H */