mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-03-21 12:08:40 +01:00
6 lines
84 B
C++
6 lines
84 B
C++
#include "pch.h"
|
|
#include "Sound.h"
|
|
|
|
void Sound::Enable(int a1, int a2, int a3)
|
|
{
|
|
}
|