3 /***************************************************************************
5 openurl.library - universal URL display and browser launcher library
6 Copyright (C) 1998-2005 by Troels Walsted Hansen, et al.
7 Copyright (C) 2005-2013 by openurl.library Open Source Team
9 This library is free software; it has been placed in the public domain
10 and you can freely redistribute it and/or modify it. Please note, however,
11 that some components may be under the LGPL or GPL license.
13 This library is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17 openurl.library project: http://sourceforge.net/projects/openurllib/
19 $Id: locale_h.sd 195 2013-02-20 20:48:34Z thboeckel $
21 ***************************************************************************/
24 ** This file was created automatically by flexcat.
25 ** It is written to be compatible with catcomp,
26 ** so you choose, but... Do NOT edit by hand!
33 #include <exec/types.h>
35 #ifndef LIBRARIES_GADTOOLS_H
36 #include <libraries/gadtools.h>
40 #undef CATCOMP_NUMBERS
41 #undef CATCOMP_STRINGS
42 #define CATCOMP_NUMBERS
43 #define CATCOMP_STRINGS
46 /****************************************************************************/
48 #ifdef CATCOMP_NUMBERS
52 #endif /* CATCOMP_NUMBERS */
54 /****************************************************************************/
56 #ifdef CATCOMP_STRINGS
60 #endif /* CATCOMP_STRINGS */
62 /****************************************************************************/
66 struct CatCompArrayType
72 static const struct CatCompArrayType CatCompArray[] =
77 #endif /* CATCOMP_ARRAY */
79 /****************************************************************************/
81 void initStrings(void);
82 void uninitStrings(void);
83 void localizeStrings(STRPTR *s);
84 void localizeNewMenu(struct NewMenu *nm);
85 STRPTR getString(ULONG id);
87 /****************************************************************************/