Add missing functions to header
This commit is contained in:
parent
220f48a98b
commit
85ccda7829
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ extern LPDIRECTSOUNDBUFFER lpSECONDARYBUFFER[SE_MAX];
|
|||
|
||||
BOOL InitDirectSound(HWND hwnd);
|
||||
void EndDirectSound(void);
|
||||
BOOL InitSoundObject(LPCSTR resname, int no);
|
||||
BOOL LoadSoundObject(LPCSTR file_name, int no);
|
||||
void PlaySoundObject(int no, int mode);
|
||||
void ChangeSoundFrequency(int no, DWORD rate);
|
||||
void ChangeSoundVolume(int no, long volume);
|
||||
|
|
Loading…
Add table
Reference in a new issue