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/scumm/he | |
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/scumm/he')
-rw-r--r-- | engines/scumm/he/cup_player_he.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/he/cup_player_he.cpp b/engines/scumm/he/cup_player_he.cpp index 25baa24bde..dc4eafe56b 100644 --- a/engines/scumm/he/cup_player_he.cpp +++ b/engines/scumm/he/cup_player_he.cpp @@ -28,6 +28,7 @@ #include "common/system.h" #include "sound/audiostream.h" #include "sound/mixer.h" +#include "sound/raw.h" #include "scumm/scumm.h" #include "scumm/util.h" #include "scumm/he/intern_he.h" |