home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 9
/
FreshFishVol9-CD2.bin
/
bbs
/
util
/
muispeechtoy-0.01.lha
/
MUISpeechToy
/
src
/
Speak.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-07-03
|
638b
|
34 lines
struct ObjApp
{
APTR App;
APTR WIN_MAIN;
APTR TX_label_0;
APTR CY_SEX;
APTR TX_label_1;
APTR CY_KIND;
APTR TX_label_2;
APTR SL_HEIGHT;
APTR TX_label_3;
APTR SL_SPEED;
APTR TX_label_4;
APTR SL_VOLUME;
APTR TX_label_5;
APTR SL_ENTHUSIASMUS;
APTR TX_label_6;
APTR SL_PERTUBATION;
APTR STR_TEXT;
APTR STR_PHONEME;
APTR BT_SPEAK;
char *STR_TX_label_0;
char *STR_TX_label_1;
char *STR_TX_label_2;
char *STR_TX_label_3;
char *STR_TX_label_4;
char *STR_TX_label_5;
char *STR_TX_label_6;
char *STR_CY_SEX[3];
char *STR_CY_KIND[4];
};
extern struct ObjApp * CreateApp( void );
extern void DisposeApp( struct ObjApp * );