2 Copyright © 2002-2003, The AROS Development Team. All rights reserved.
6 #ifndef _MUI_CLASSES_BODYCHUNK_H
7 #define _MUI_CLASSES_BODYCHUNK_H
9 /*** Name *******************************************************************/
10 #define MUIC_Bodychunk "Bodychunk.mui"
12 /*** Identifier base (for Zune extensions) **********************************/
13 #define MUIB_Bodychunk (MUIB_ZUNE | 0x00000500)
15 /*** Attributes *************************************************************/
16 #define MUIA_Bodychunk_Body (MUIB_MUI|0x0042ca67) /* V8 isg UBYTE * */
17 #define MUIA_Bodychunk_Compression (MUIB_MUI|0x0042de5f) /* V8 isg UBYTE */
18 #define MUIA_Bodychunk_Depth (MUIB_MUI|0x0042c392) /* V8 isg LONG */
19 #define MUIA_Bodychunk_Masking (MUIB_MUI|0x00423b0e) /* V8 isg UBYTE */
22 extern const struct __MUIBuiltinClass _MUI_Bodychunk_desc
; /* PRIV */
24 #endif /* _MUI_CLASSES_BODYCHUNK_H */