home *** CD-ROM | disk | FTP | other *** search
- #pragma once
- #include "WASTE.h"
-
- // * WASTE Sound Object header
- // * see .c file for documentation
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- #ifdef __cplusplus
- OSErr WEObjSoundInstall(SndChannelPtr inChannel = NULL, WEHandle inWaste = NULL);
- #else
- OSErr WEObjSoundInstall(SndChannelPtr inChannel, WEHandle inWaste);
- #endif
-
- OSErr WEObjSoundNew(WEHandle theWE);
- void WEObjSoundIdle(void);
- void WEObjSoundStop(void);
- //Boolean WEObjSoundBusy(void); //unimplemented at present
-
- #ifdef __cplusplus
- }
- #endif