@@ -3,6 +3,7 @@
#include <vector>
#include <filesystem>
+
#include <miniaudio/miniaudio.h>
struct DecoderState {
@@ -42,4 +43,4 @@ public:
std::vector<std::filesystem::path> loaded_files();
-};
+};