aboutsummaryrefslogtreecommitdiff
path: root/smelt/sdl/smelt_internal.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2015-12-07 23:49:44 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2015-12-07 23:49:44 +0800
commit49e67bc8566e8c5017b931837792a648cb0048c2 (patch)
tree2096cada4bc57e2f89ea4983aa1b045d6780ea4e /smelt/sdl/smelt_internal.hpp
parente8a4c69dd159cf248c2335775a69a1214f0c9bc7 (diff)
downloadSMELT-49e67bc8566e8c5017b931837792a648cb0048c2.tar.xz
Add RIFF wave format support. Update documentation.
Diffstat (limited to 'smelt/sdl/smelt_internal.hpp')
-rw-r--r--smelt/sdl/smelt_internal.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/smelt/sdl/smelt_internal.hpp b/smelt/sdl/smelt_internal.hpp
index 2688fdd..a434079 100644
--- a/smelt/sdl/smelt_internal.hpp
+++ b/smelt/sdl/smelt_internal.hpp
@@ -12,6 +12,7 @@
#define SMELT_INTERNAL_H
#include "../../include/smelt.hpp"
+#include "smelt_config.hpp"
#include <cstdio>
#include <cstring>
#include <cstdlib>
@@ -25,7 +26,6 @@
#include <AL/alext.h>
#include <ogg/ogg.h>
#include <vorbis/vorbisfile.h>
-#include <smelt_config.hpp>
#ifdef WIN32
#include <windows.h>
#include <intrin.h>