1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-06 08:20:15 +02:00

WaveMix v3.

This commit is contained in:
oz 2021-01-26 17:54:54 +03:00
parent 10af864767
commit 2945069de0
5 changed files with 912 additions and 48 deletions

View file

@ -10,8 +10,6 @@ public:
static void Activate();
static void Deactivate();
static void Close();
static int SubFactor(int a1, int a2);
static int AddFactor(int a1, int a2);
static void PlaySound(MIXWAVE* wavePtr, int minChannel, int maxChannel, unsigned int dwFlags, __int16 loops);
static MIXWAVE* LoadWaveFile(LPCSTR lpName);
static void FreeSound(MIXWAVE* wave);