home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Developer CD v1.2
/
amidev_cd_12.iso
/
devcon
/
milan_1991
/
devcon91.2
/
locale
/
development
/
example
/
texttable.h
< prev
Wrap
C/C++ Source or Header
|
1992-09-01
|
587b
|
32 lines
#ifndef SAMPLE_TEXTTABLE_H
#define SAMPLE_TEXTTABLE_H
/*****************************************************************************/
#include <exec/types.h>
#include "samplestr.h"
/*****************************************************************************/
struct LocaleInfo
{
APTR li_LocaleBase;
APTR li_Catalog;
};
/*****************************************************************************/
STRPTR GetString(struct LocaleInfo *li, LONG id);
/*****************************************************************************/
#endif /* SAMPLE_TEXTTABLE_H */