home *** CD-ROM | disk | FTP | other *** search
- /* EasySound.h */
- /* */
- /* V2.00 1990-0-23 */
- /* */
- /* AMIGA C CLUB (ACC) */
- /* Anders Bjerin */
- /* Tulevagen 22 */
- /* 181 41 LIDINGO */
- /* SWEDEN */
-
- /* Sound channels: */
- #define LEFT0 0
- #define RIGHT0 1
- #define RIGHT1 2
- #define LEFT1 3
-
- #define NONSTOP 0
- #define ONCE 1
- #define MAXVOLUME 64
- #define MINVOLUME 0
- #define NORMALRATE 0
-
- extern CPTR PrepareSound();
- extern BOOL PlaySound();
- extern void StopSound();
- extern void RemoveSound();
-