home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / opus / v5 / opussdk / examples / module / example_strings.c < prev    next >
C/C++ Source or Header  |  1977-12-31  |  258b  |  11 lines

  1. #define CATCOMP_BLOCK
  2. #include "example.strings"
  3. #include <dopus/locale.h>
  4.  
  5. // This module includes all the locale strings,
  6. // and initialises a pointer to them.
  7. void init_locale_data(struct DOpusLocale *locale)
  8. {
  9.     locale->li_BuiltIn=(char *)CatCompBlock;
  10. }
  11.