home *** CD-ROM | disk | FTP | other *** search
/ Audio 4.94 - Over 11,000 Files / audio-11000.iso / mac / speech / wlcm132s.hqx / Welcome.h < prev   
Encoding:
C/C++ Source or Header  |  1993-08-24  |  453 b   |  26 lines

  1. #include "Speech.h"
  2. #include <Packages.h>
  3. #include <GestaltEqu.h>
  4. #include <Folders.h>
  5.  
  6. /*    Defines    */
  7.  
  8. #define ALRT_ERR 128
  9. #define ALRT_ABOUT 130
  10. #define DLOG_VOICE 128
  11.  
  12. #define MENU_BAR 128
  13.  
  14. #define MENU_APPLE 128
  15. #define MENU_FILE 129
  16. #define FILE_QUIT 1
  17. #define MENU_VOICES 130
  18.  
  19. #define PREFS_FILE_NAME "\pWelcome! Prefs"
  20. #define APP_FILE_TYPE 'GSFC'
  21.  
  22. #define VOICE_RES_TYPE 'GSFc'
  23. #define VOICE_RES_NUMB 128
  24.  
  25. #define WINDOW_IN_FRONT (WindowPtr)-1L
  26.