home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 1 / Mecomp-CD.iso / amiga / websites / gpsoft / pub / dopus / opussdk.lha / opussdk / examples / iconclock / iconclock_strings.c < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-05  |  174 b   |  9 lines

  1. #define CATCOMP_BLOCK
  2. #include "iconclock.strings"
  3. #include <dopus/locale.h>
  4.  
  5. void init_locale_data(struct DOpusLocale *locale)
  6. {
  7.     locale->li_BuiltIn=(char *)CatCompBlock;
  8. }
  9.