Consolidate SoundSystem into Music.

It's just some small wrappers, and SoundSystem can be inlined trivially.
This commit is contained in:
Ethan Lee
2021-12-26 08:38:16 -05:00
parent f723e03871
commit c87f0e1a0c
6 changed files with 80 additions and 85 deletions

View File

@@ -24,7 +24,6 @@
#include "RenderFixed.h"
#include "Screen.h"
#include "Script.h"
#include "SoundSystem.h"
#include "UtilityClass.h"
#include "Vlogging.h"