Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / prefs / locale / page_country.h
blob6dd9d99ad0c21eb20664b6b4e575c58e8a4fffd6
1 #ifndef _LCOUNTRY_H_
2 #define _LCOUNTRY_H_
4 /*
5 Copyright 2008, 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_Country (TAG_USER | 0x10000000)
15 enum
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)
26 void InitCountry();
27 void CleanCountry();
29 #endif /* _LCOUNTRY_H_ */