home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1998 / MacHack 1998.toast / The Hacks! / Transport Independent Speech / SpokenSerialApp / MainFunctions.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-06-20  |  368 b   |  22 lines  |  [TEXT/CWIE]

  1. #ifndef __MAINFUNC__
  2. #define __MAINFUNC__
  3.  
  4. #include <String.h>
  5. #include <Types.h>
  6. #include <OSA.h>
  7. #include <Components.h>
  8. #include <AppleEvents.h>
  9. #include <Resources.h>
  10. #include <Sound.h>
  11. #include <Speech.h>
  12. #include <Devices.h>
  13.  
  14. #ifndef __STRUCT__
  15. #include "Struct.h"
  16. #endif
  17.  
  18. OSErr    ParseRefCon            (SpeechInfoPtr theSpeechInfo,
  19.                             CommandPtr theCommand);
  20.  
  21. #endif
  22.