mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-05 16:00:15 +02:00
TPinballTable v2.
This commit is contained in:
parent
3097edf526
commit
99fba56a34
18 changed files with 576 additions and 127 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue