Bringing flexcat 2.15 into the main branch (again)
[AROS.git] / tools / flexcat / src / sd / NoAutoC_h.sd
blob3ad7fd216b2ca8800a60f4e34f64bf0c1f4c2af1
1 ##rem $Id: NoAutoC_h.sd 253 2014-02-18 11:15:58Z damato $
2 ##stringtype C
3 ##shortstrings
5 /****************************************************************
7    This file was created automatically by `%fv'
8    from "%f0".
10    Do NOT edit by hand!
12 ****************************************************************/
14 #ifndef %b_CAT_H
15 #define %b_CAT_H
18 #ifndef EXEC_TYPES_H
19 #include <exec/types.h>
20 #endif
22 void LocalizeStringArray(STRPTR *Array);
23 void Open%bCatalog();
24 void Close%bCatalog();
26 struct FC_String
28    const char *Str;
29    const LONG Id;
32 extern struct FC_String %b_Strings[];
34 #define %i (%b_Strings[%e].Str)\n#define _%i %e
36 #endif