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