1 #ifndef COUNTRY_LOCALE_H
2 #define COUNTRY_LOCALE_H
4 Copyright © 2013, The AROS Development Team. All rights reserved.
8 #include <prefs/locale.h>
10 struct IntCountryPrefs
{
11 struct CountryPrefs country_CP
;
12 char *country_Version
;
13 char *country_NativeNames
;
17 #endif /* COUNTRY_LOCALE_H */