home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
develop
/
gadtoolsbox
/
gengtxsource
/
source
/
localestrings.c
< prev
next >
Wrap
C/C++ Source or Header
|
1995-02-27
|
485b
|
23 lines
/*
** $Filename: LocaleStrings.c
** $Release: 1.0 $
** $Revision: 38.1 $
**
** Import locale strings.
**
** (C) Copyright 1992 Jaba Development.
** Written by Jan van den Baard
**/
#define STRINGARRAY
#include "GenGTXSource_locale.h"
#define Prototype extern
UWORD NumAppStrings = ( sizeof( AppStrings ) / sizeof( struct AppString ));
Prototype struct AppString AppStrings[];
Prototype UWORD NumAppStrings;