summaryrefslogtreecommitdiff
path: root/src/soundmanager.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-28 19:15:42 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-28 19:15:42 +0300
commit35d30efe7605c24765f5fdbe73a22626dc7c17c1 (patch)
tree3464ec79fa3a6b0df63442055cb91a226597e9a0 /src/soundmanager.cpp
parenta4d9499c3354bfd3d0e2696501f56454bab89734 (diff)
downloadmv-35d30efe7605c24765f5fdbe73a22626dc7c17c1.tar.gz
mv-35d30efe7605c24765f5fdbe73a22626dc7c17c1.tar.bz2
mv-35d30efe7605c24765f5fdbe73a22626dc7c17c1.tar.xz
mv-35d30efe7605c24765f5fdbe73a22626dc7c17c1.zip
Split musicloader into musicloader and soundloader.
Diffstat (limited to 'src/soundmanager.cpp')
-rw-r--r--src/soundmanager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soundmanager.cpp b/src/soundmanager.cpp
index 88b2db2d0..8ee6f2a26 100644
--- a/src/soundmanager.cpp
+++ b/src/soundmanager.cpp
@@ -32,6 +32,7 @@
#include "resources/soundeffect.h"
#include "resources/loaders/musicloader.h"
+#include "resources/loaders/soundloader.h"
#include "utils/checkutils.h"
#include "utils/physfstools.h"