--- hatari/src/includes/wavFormat.h 2019/04/01 07:10:38 1.1.1.2 +++ hatari/src/includes/wavFormat.h 2019/04/01 07:14:50 1.1.1.4 @@ -8,10 +8,10 @@ #ifndef HATARI_WAVFORMAT_H #define HATARI_WAVFORMAT_H -extern BOOL bRecordingWav; +extern bool bRecordingWav; -extern BOOL WAVFormat_OpenFile(char *pszWavFileName); +extern bool WAVFormat_OpenFile(char *pszWavFileName); extern void WAVFormat_CloseFile(void); -extern void WAVFormat_Update(char *pSamples, int Index, int Length); +extern void WAVFormat_Update(Sint16 pSamples[][2], int Index, int Length); #endif