home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1998
/
MacHack 1998.toast
/
The Hacks!
/
Transport Independent Speech
/
SpokenSerialApp
/
MainFunctions.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-06-20
|
368 b
|
22 lines
|
[
TEXT/CWIE
]
#ifndef __MAINFUNC__
#define __MAINFUNC__
#include <String.h>
#include <Types.h>
#include <OSA.h>
#include <Components.h>
#include <AppleEvents.h>
#include <Resources.h>
#include <Sound.h>
#include <Speech.h>
#include <Devices.h>
#ifndef __STRUCT__
#include "Struct.h"
#endif
OSErr ParseRefCon (SpeechInfoPtr theSpeechInfo,
CommandPtr theCommand);
#endif