revert between 56095 -> 55830 in arch
[AROS.git] / tools / flexcat / src / sd / C++_h.sd
blob18d047def0a5b2623beb5b9632553640e633ac27
1 ##rem $Id$
2 ##stringtype C
3 ##shortstrings
5 //***************************************************************
6 //
7 //  This file was created automatically by `%fv'
8 //  from "%f0".
9 //
10 //  Do NOT edit by hand!
12 //***************************************************************
14 // You can include as many files like this as you want, as long
15 // as they have different string ID names. This allows you to have
16 // diferent catalogs in your program.
18 #ifndef %b_CAT_H    //  Make sure that this is read only once
19 #define %b_CAT_H
21 // This includes the definition of the CatalogF class with CatMessage class
22 #include <CatalogF.h>
24 //         'catalogFileName' 'builtInLanguage' & 'versionNumber'
25 #define %b_ARGS "%b.catalog", %l, %v
27 extern const CatMessage %i;
29 #endif