5 Copyright 2008, The AROS Development Team. All rights reserved.
9 #include <exec/types.h>
10 #include <libraries/mui.h>
12 /*** Identifier base ********************************************************/
13 #define MUIB_Country (TAG_USER | 0x10000000)
17 COUNTRY_FILL
=MUIB_Country
20 /*** Variables **************************************************************/
21 extern struct MUI_CustomClass
*Country_CLASS
;
23 /*** Macros *****************************************************************/
24 #define CountryObject BOOPSIOBJMACRO_START(Country_CLASS->mcc_Class)
29 #endif /* _LCOUNTRY_H_ */