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

TPinballTable v2.

This commit is contained in:
oz 2020-12-25 16:46:06 +03:00
parent 3097edf526
commit 99fba56a34
18 changed files with 576 additions and 127 deletions

View file

@ -39,3 +39,17 @@ int Sound::AddFactor(int a1, int a2)
{
return a1 + a2;
}
void Sound::PlaySoundA(int a1, int a2, int a3, unsigned short a4, short a5)
{
}
CHAR* Sound::LoadWaveFile(LPCSTR lpName)
{
return nullptr;
}
LPCVOID Sound::FreeSound(LPCVOID pMem)
{
return nullptr;
}