 
#ifndef __dl_sound_h
#define __dl_sound_h
#ifdef __cplusplus
extern "C" {
#endif
extern void Sound_SysBeep(void);
#ifdef __cplusplus
}
#endif
#endif
