home *** CD-ROM | disk | FTP | other *** search
- #define CATCOMP_BLOCK
- #include "example.strings"
- #include <dopus/locale.h>
-
- // This module includes all the locale strings,
- // and initialises a pointer to them.
- void init_locale_data(struct DOpusLocale *locale)
- {
- locale->li_BuiltIn=(char *)CatCompBlock;
- }
-