home *** CD-ROM | disk | FTP | other *** search
- /********************************************************************************
- * noise.h
- *
- * Noise Playing Header
- *
- * Written by Paco Xander Nathan
- * ⌐1990, Motorola Inc. Public domain source code.
- ********************************************************************************/
-
- #define _H_noise
-
-
- typedef enum {
- noisePaco = 128
- } NoiseNumbers;
-
-
- /* External Data Structures
- */
- extern Boolean
- noiseDone;
-
-
- /* External Function Prototypes
- */
- #ifdef PROTOTYPES
- void NoisePlay (short theNoise);
- #endif