use the new flexcat's source description file
[AROS.git] / tools / flexcat / src / sd / Hardcode_h.sd
blob34721b2738a38e4d821e84a3a6bec4fa16b176e2
1 ##rem $Id: Hardcode_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 /****************************************************************
16    This file is a quick-hack-solution for all of you wanting
17    to compile FlexCat on non-amiga platform. It creates the
18    necessary string tables (hardcoded ATM) and functions to
19    make code work under any operating system.
21    Carlos
23 ****************************************************************/
25 #ifndef %b_CAT_H
26 #define %b_CAT_H
28 extern char *%b_Strings[];
30 void Open%bCatalog( void );
31 void Close%bCatalog( void );
33 #define %i %b_Strings[%e]
35 #endif