mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-05 16:00:15 +02:00
winmain message_handler v1.
This commit is contained in:
parent
d83c4e2b26
commit
9ffab95d8e
21 changed files with 871 additions and 28 deletions
|
@ -1,6 +1,11 @@
|
|||
#include "pch.h"
|
||||
#include "Sound.h"
|
||||
|
||||
int Sound::Init(HINSTANCE hInstance, int voices, void(__stdcall* someFuncPtr)(int, int, int))
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
void Sound::Enable(int a1, int a2, int a3)
|
||||
{
|
||||
}
|
||||
|
@ -12,3 +17,15 @@ void Sound::nullsub_1(int a1, int a2, int a3)
|
|||
void Sound::Idle()
|
||||
{
|
||||
}
|
||||
|
||||
void Sound::Activate()
|
||||
{
|
||||
}
|
||||
|
||||
void Sound::Deactivate()
|
||||
{
|
||||
}
|
||||
|
||||
void Sound::Close()
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue