mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-06 00:10:15 +02:00
winmain v2.
fullscrn, pb v1.
This commit is contained in:
parent
473ed6b9d9
commit
7db64ae1c6
21 changed files with 960 additions and 312 deletions
6
SpaceCadetPinball/Sound.h
Normal file
6
SpaceCadetPinball/Sound.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
class Sound
|
||||
{public:
|
||||
static void Enable(int a1, int a2, int a3);
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue