Initial import of Scalos. To decrease size I have
[AROS-Contrib.git] / scalos / Plugins / OOP / TitleClock / prefs / tcp_locale.h
blobc0f42e28a58fe1939d06d7ba35f4f3a90106e0b2
1 /*
2 * tcp_locale.h - The locale stuff not automatically created
4 * $Date$
5 * $Revision$
7 * 40.1
8 * 20010719 DM Created. Only contains function for reading locale strings from
9 * the CatCompArray and incldues the automatically created CatComp
10 * locale header file.
14 #ifndef TCP_LOCALE_H
15 #define TCP_LOCALE_H
17 #include <exec/types.h>
19 extern struct Catalog *tcp_Catalog;
21 STRPTR GetLocString(ULONG msgid);
23 #define CATCOMP_NUMBERS
24 #include "cc_locale.h"
26 #endif /* TCP_LOCALE_H */