mirror of
https://github.com/iAmInActions/SpaceCadetPinballPPC.git
synced 2026-08-15 05:16:36 +00:00
7 lines
84 B
C++
7 lines
84 B
C++
#include "pch.h"
|
|
#include "Sound.h"
|
|
|
|
void Sound::Enable(int a1, int a2, int a3)
|
|
{
|
|
}
|