1
0
mirror of https://github.com/jummy0/sb2-decomp synced 2025-03-15 20:44:49 +01:00
sb2-decomp/wave.h
HMVocaloid c79cf0e0dd Most Engine Code
Most of the engine code (being more or less copy and paste) is done.
2024-05-17 11:47:48 -04:00

14 lines
281 B
C

/***********************************************
* Sound related stuff, I dunno
************************************************/
#include <dsound.h>
void LoadWave(HINSTANCE hinst, int ResourceID,
LPDIRECTSOUND lpds,
LPDIRECTSOUNDBUFFER &lpDSB);