Attempt to build Scalos core. Compiles but stops
[AROS-Contrib.git] / find / findgroup_class.h
blobe5a1ca1417caa447376f50907d185909623c0991
1 #ifndef FINDGROUP_CLASS_H
2 #define FINDGROUP_CLASS_H
4 /*
5 Copyright © 2012, 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_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 */