Audio system cleanup and comments

This commit is contained in:
PJB3005
2026-03-20 17:51:42 +01:00
parent c940e04b56
commit 6443b9fded
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();
}