Start CWorld

This commit is contained in:
2024-10-16 23:02:14 -06:00
parent 0036cf3c07
commit dcb0f4465b
16 changed files with 827 additions and 39 deletions

View File

@@ -9,6 +9,7 @@ class CStreamAudioManager {
public:
static void Update(float dt);
static void StopAll();
static void StopOneShot();
static void SetMusicVolume(uint);
static void SetSfxVolume(uint);