home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / develop / gadtoolsbox / gengtxsource / source / localestrings.c < prev    next >
C/C++ Source or Header  |  1995-02-27  |  485b  |  23 lines

  1. /*
  2. **      $Filename: LocaleStrings.c
  3. **      $Release: 1.0 $
  4. **      $Revision: 38.1 $
  5. **
  6. **      Import locale strings.
  7. **
  8. **      (C) Copyright 1992 Jaba Development.
  9. **          Written by Jan van den Baard
  10. **/
  11.  
  12. #define STRINGARRAY
  13. #include "GenGTXSource_locale.h"
  14.  
  15. #define Prototype       extern
  16.  
  17. UWORD                      NumAppStrings = ( sizeof( AppStrings ) / sizeof( struct AppString ));
  18.  
  19. Prototype struct AppString AppStrings[];
  20. Prototype UWORD            NumAppStrings;
  21.  
  22.  
  23.