1

final cleanup

This commit is contained in:
2022-07-24 23:13:12 +02:00
parent f711e41216
commit d04f4495ae
10 changed files with 26 additions and 10 deletions

View File

@ -73,9 +73,11 @@ public:
// Konstruktor. Initialisieren der Ports.
PCSPK() = default;
// Can't make singleton because atexit
// Demo Sounds
void tetris();
void aerodynamic();
static void tetris();
static void aerodynamic();
// Ton abspielen
static void play(float f, int len);