Tabs to spaces, more consistent formatting.
[AROS.git] / workbench / libs / muimaster / classes / balance.h
blobb6e0dc998b0037dff0d045b0648f522e417266cd
1 /*
2 Copyright © 2002-2003, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef _MUI_CLASSES_BALANCE_H
7 #define _MUI_CLASSES_BALANCE_H
9 /*** Name *******************************************************************/
10 #define MUIC_Balance "Balance.mui"
12 /*** Identifier base (for Zune extensions) **********************************/
13 #define MUIB_Balance (MUIB_ZUNE | 0x00000300)
15 /*** Attributes *************************************************************/
16 #define MUIA_Balance_Quiet \
17 (MUIB_Balance | 0x00000000) /* (zune) V20 i LONG */
20 extern const struct __MUIBuiltinClass _MUI_Balance_desc; /* PRIV */
22 #endif /* _MUI_CLASSES_BALANCE_H */