w.i.p. add an icon for the developer env shell (abc shell)
[AROS-Contrib.git] / pack / unarc / unarcgroup_class.h
blob40d1fe300f0fd243811e9f768e6800fc6ef25279
1 #ifndef UNARCGROUP_CLASS_H
2 #define UNARCGROUP_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_UnarcGroup (TAG_USER | 0x10000000)
15 /*** Attributes *************************************************************/
16 #define MUIA_UnarcGroup_Archive (MUIB_UnarcGroup | 0)
17 #define MUIA_UnarcGroup_Destination (MUIB_UnarcGroup | 1)
19 /*** Variables **************************************************************/
20 extern struct MUI_CustomClass *UnarcGroup_CLASS;
22 /*** Macros *****************************************************************/
23 #define UnarcGroupObject BOOPSIOBJMACRO_START(UnarcGroup_CLASS->mcc_Class)
26 #endif /* UNARCGROUP_CLASS_H */