--- np2/sound/sound.h 2004/02/18 20:11:37 1.5 +++ np2/sound/sound.h 2004/03/24 06:07:57 1.7 @@ -3,10 +3,6 @@ #define SOUNDCALL #endif -#if defined(SUPPORT_WAVEMIX) -#include "wavemix.h" -#endif - typedef void (SOUNDCALL * SOUNDCB)(void *hdl, SINT32 *pcm, UINT count); typedef struct { @@ -37,6 +33,11 @@ void sound_sync(void); const SINT32 *sound_pcmlock(void); void sound_pcmunlock(const SINT32 *hdl); +#if defined(SUPPORT_WAVEREC) +BOOL sound_recstart(const char *filename); +void sound_recstop(void); +#endif + #ifdef __cplusplus } #endif