pcsx2/plugins/PeopsSPU2/record.h

13 lines
243 B
C

#ifndef _RECORD_H_
#define _RECORD_H_
#ifdef _WINDOWS
void RecordStart();
void RecordBuffer(unsigned char* pSound,long lBytes);
void RecordStop();
BOOL CALLBACK RecordDlgProc(HWND hW, UINT uMsg, WPARAM wParam, LPARAM lParam);
#endif
#endif