home *** CD-ROM | disk | FTP | other *** search
- /*
- #### # # # #
- # # # # # The FreeWare C library for
- # # ## ### # # # # ### RISC OS machines
- # # # # # # # # # # # ___________________________________
- # # #### ### ## # # # #
- # # # # # # # # # # Please refer to the accompanying
- #### ### #### # # ##### # ### documentation for conditions of use
- ________________________________________________________________________
-
- File: Sound.h
- Author: Copyright © 1993 Jason Williams
- Version: 0.01 (28 Mar 1993)
- Purpose: Sound system interfaces
- */
-
- #ifndef __dl_sound_h
- #define __dl_sound_h
-
-
- /* Sound_SysBeep()
- * Simply writes a character 7 (system beep) to the VDU stream, in order
- * to sound a system beep. It sorta goes 'beep', really.
- */
- extern void Sound_SysBeep(void);
-
- #endif
-