home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / source / luschsrc.sit / noise.h < prev    next >
Text File  |  1990-05-23  |  515b  |  28 lines

  1. /********************************************************************************
  2.  *    noise.h
  3.  *
  4.  *    Noise Playing Header
  5.  *
  6.  *    Written by Paco Xander Nathan
  7.  *    ⌐1990, Motorola Inc.  Public domain source code.
  8.  ********************************************************************************/
  9.  
  10. #define _H_noise
  11.  
  12.  
  13. typedef enum {
  14.     noisePaco = 128
  15. } NoiseNumbers;
  16.  
  17.  
  18. /* External Data Structures
  19.  */
  20. extern Boolean
  21.     noiseDone;
  22.  
  23.  
  24. /* External Function Prototypes
  25.  */
  26. #ifdef PROTOTYPES
  27. void NoisePlay (short theNoise);
  28. #endif