Fix mismatching function declaration in header
Noticed this while trying to compile CSE2 with winelib.
This commit is contained in:
parent
a8cf5e1846
commit
dda0dd2fac
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ extern LPDIRECTSOUNDBUFFER lpSECONDARYBUFFER[SE_MAX];
|
||||||
BOOL InitDirectSound(HWND hwnd);
|
BOOL InitDirectSound(HWND hwnd);
|
||||||
void EndDirectSound(void);
|
void EndDirectSound(void);
|
||||||
void PlaySoundObject(int no, int mode);
|
void PlaySoundObject(int no, int mode);
|
||||||
void ChangeSoundFrequency(int no, unsigned long rate);
|
void ChangeSoundFrequency(int no, DWORD rate);
|
||||||
void ChangeSoundVolume(int no, long volume);
|
void ChangeSoundVolume(int no, long volume);
|
||||||
void ChangeSoundPan(int no, long pan);
|
void ChangeSoundPan(int no, long pan);
|
||||||
int MakePixToneObject(const PIXTONEPARAMETER *ptp, int ptp_num, int no);
|
int MakePixToneObject(const PIXTONEPARAMETER *ptp, int ptp_num, int no);
|
||||||
|
|
Loading…
Add table
Reference in a new issue