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

winmain v2.

fullscrn, pb v1.
This commit is contained in:
oz 2020-11-06 16:56:32 +03:00
parent 473ed6b9d9
commit 7db64ae1c6
21 changed files with 960 additions and 312 deletions

View file

@ -0,0 +1,6 @@
#include "pch.h"
#include "Sound.h"
void Sound::Enable(int a1, int a2, int a3)
{
}