Browse Source

Move dr_flac/dr_flac.h to dr/dr_flac.h

Miku AuahDark 5 years ago
parent
commit
851c2f315e
2 changed files with 1 additions and 1 deletions
  1. 0 0
      src/libraries/dr/dr_flac.h
  2. 1 1
      src/modules/sound/lullaby/FLACDecoder.h

+ 0 - 0
src/libraries/dr_flac/dr_flac.h → src/libraries/dr/dr_flac.h


+ 1 - 1
src/modules/sound/lullaby/FLACDecoder.h

@@ -25,7 +25,7 @@
 #include "common/Data.h"
 #include "common/Data.h"
 #include "sound/Decoder.h"
 #include "sound/Decoder.h"
 
 
-#include "dr_flac/dr_flac.h"
+#include "dr/dr_flac.h"
 #include <string.h>
 #include <string.h>
 
 
 namespace love
 namespace love