mirror of
https://github.com/jummy0/sb2-decomp
synced 2025-03-19 14:19:38 +01:00
14 lines
281 B
C
14 lines
281 B
C
|
/***********************************************
|
||
|
* Sound related stuff, I dunno
|
||
|
************************************************/
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#include <dsound.h>
|
||
|
|
||
|
void LoadWave(HINSTANCE hinst, int ResourceID,
|
||
|
LPDIRECTSOUND lpds,
|
||
|
LPDIRECTSOUNDBUFFER &lpDSB);
|