aboutsummaryrefslogtreecommitdiff
path: root/sound/iff_sound.cpp
diff options
context:
space:
mode:
authorMax Horn2010-01-19 00:54:06 +0000
committerMax Horn2010-01-19 00:54:06 +0000
commit69be7476212916b166ac16db41253cd367fb0dcc (patch)
treeca0d617ca86d0ceecd469a624359f1741e4fd16a /sound/iff_sound.cpp
parent349fcd1d715091c1b1816ff610910531d5dd8544 (diff)
downloadscummvm-rg350-69be7476212916b166ac16db41253cd367fb0dcc.tar.gz
scummvm-rg350-69be7476212916b166ac16db41253cd367fb0dcc.tar.bz2
scummvm-rg350-69be7476212916b166ac16db41253cd367fb0dcc.zip
Move raw audio streams to new header sound/raw.h
svn-id: r47368
Diffstat (limited to 'sound/iff_sound.cpp')
-rw-r--r--sound/iff_sound.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/iff_sound.cpp b/sound/iff_sound.cpp
index d0e96fa9ee..a78fe97288 100644
--- a/sound/iff_sound.cpp
+++ b/sound/iff_sound.cpp
@@ -26,6 +26,7 @@
#include "sound/iff_sound.h"
#include "sound/audiostream.h"
#include "sound/mixer.h"
+#include "sound/raw.h"
#include "common/func.h"
namespace Audio {