瀏覽代碼

feat: minor refactor

Douglas A 1 年之前
父節點
當前提交
643219f899
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/Audio.h

+ 2 - 1
src/Audio.h

@@ -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();
-};
+};