|
|
| version 1.6, 2004/02/18 21:58:41 | version 1.7, 2004/03/24 06:07:57 |
|---|---|
| Line 33 void sound_sync(void); | Line 33 void sound_sync(void); |
| const SINT32 *sound_pcmlock(void); | const SINT32 *sound_pcmlock(void); |
| void sound_pcmunlock(const SINT32 *hdl); | void sound_pcmunlock(const SINT32 *hdl); |
| #if defined(SUPPORT_WAVEREC) | |
| BOOL sound_recstart(const char *filename); | |
| void sound_recstop(void); | |
| #endif | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |
| #endif | #endif |