revert between 56095 -> 55830 in arch
[AROS.git] / workbench / locale / countries / makecountry / country_locale.h
blobefb4ab8f971170dea66d61b451a451af302f4377
1 #ifndef COUNTRY_LOCALE_H
2 #define COUNTRY_LOCALE_H
3 /*
4 Copyright © 2013, The AROS Development Team. All rights reserved.
5 $Id$
6 */
8 #include <prefs/locale.h>
10 struct IntCountryPrefs {
11 struct CountryPrefs country_CP;
12 char *country_Version;
13 char *country_NativeNames;
14 char *country_Flag;
17 #endif /* COUNTRY_LOCALE_H */