aboutsummaryrefslogtreecommitdiff
path: root/src/audio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio.c')
-rw-r--r--src/audio.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/audio.c b/src/audio.c
index b5514b12..ad1d7eba 100644
--- a/src/audio.c
+++ b/src/audio.c
@@ -51,13 +51,13 @@
#endif
//#define STB_VORBIS_HEADER_ONLY
-#include "stb_vorbis.h" // OGG loading functions
+#include "external/stb_vorbis.h" // OGG loading functions
#define JAR_XM_IMPLEMENTATION
-#include "jar_xm.h" // XM loading functions
+#include "external/jar_xm.h" // XM loading functions
#define JAR_MOD_IMPLEMENTATION
-#include "jar_mod.h" // MOD loading functions
+#include "external/jar_mod.h" // MOD loading functions
//----------------------------------------------------------------------------------
// Defines and Macros