1
0
Fork 0
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:
oz 2020-12-02 20:12:34 +03:00
parent d83c4e2b26
commit 9ffab95d8e
21 changed files with 871 additions and 28 deletions

View file

@ -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()
{
}