/* prototypes for functions defined in beep.c */
void FreeAudio(void);
BOOL AllocAudio(void);
void beep(long volume);
