diff options
author | Max Horn | 2010-01-19 00:54:06 +0000 |
---|---|---|
committer | Max Horn | 2010-01-19 00:54:06 +0000 |
commit | 69be7476212916b166ac16db41253cd367fb0dcc (patch) | |
tree | ca0d617ca86d0ceecd469a624359f1741e4fd16a /engines/kyra | |
parent | 349fcd1d715091c1b1816ff610910531d5dd8544 (diff) | |
download | scummvm-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 'engines/kyra')
-rw-r--r-- | engines/kyra/sound_towns.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/sound_towns.cpp b/engines/kyra/sound_towns.cpp index 2c42e7fb2b..b4da44df6a 100644 --- a/engines/kyra/sound_towns.cpp +++ b/engines/kyra/sound_towns.cpp @@ -30,6 +30,7 @@ #include "sound/audiocd.h" #include "sound/audiostream.h" +#include "sound/raw.h" #include "common/util.h" |