|
|
| version 1.5, 2004/02/18 20:11:37 | version 1.7, 2004/03/24 06:07:57 |
|---|---|
| Line 3 | Line 3 |
| #define SOUNDCALL | #define SOUNDCALL |
| #endif | #endif |
| #if defined(SUPPORT_WAVEMIX) | |
| #include "wavemix.h" | |
| #endif | |
| typedef void (SOUNDCALL * SOUNDCB)(void *hdl, SINT32 *pcm, UINT count); | typedef void (SOUNDCALL * SOUNDCB)(void *hdl, SINT32 *pcm, UINT count); |
| typedef struct { | typedef struct { |
| Line 37 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 |