/* ------------------------------------------------------------------ Black Nebula File : Easysound.c Programmer: Public Domain Date: ? Last Modified : 15/5/91 Description: Defines some constants ------------------------------------------------------------------ */ /* 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();