Added audio playback

Playing music
This commit is contained in:
2025-10-06 21:54:48 +01:00
parent 87d3c9087e
commit 59f643b72c
7 changed files with 201 additions and 32 deletions

View File

@@ -17,5 +17,6 @@ function void VM_Decommit(void *base, U64 size);
function void VM_Release(void *base, U64 size);
#include "filesystem.h"
#include "audio.h"
#endif // LD_OS_CORE_H_