Audio system cleanup and comments

This commit is contained in:
PJB3005
2026-03-20 17:51:42 +01:00
parent a6817f69d0
commit ebebb1af34
4 changed files with 152 additions and 69 deletions
+3
View File
@@ -1,5 +1,8 @@
#pragma once
namespace dusk::audio {
/**
* Initialize the audio system and start playing audio.
*/
void Initialize();
}