Browse Source

feat: minor refactor

Douglas A 1 year ago
parent
commit
643219f899
1 changed files with 2 additions and 1 deletions
  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();
-};
+};