home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 2
/
RISC_DISC_2.iso
/
pd_share
/
program
/
code
/
desklib
/
DeskLib
/
!DeskLib
/
h
/
Sound
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-07-17
|
151 b
|
12 lines
#ifndef __dl_sound_h
#define __dl_sound_h
#ifdef __cplusplus
extern "C" {
#endif
extern void Sound_SysBeep(void);
#ifdef __cplusplus
}
#endif
#endif