diff options
| author | Max Horn | 2010-01-26 22:48:45 +0000 |
|---|---|---|
| committer | Max Horn | 2010-01-26 22:48:45 +0000 |
| commit | 1565f14bc13a63aee6a42cc4fac3fe7fa39eda44 (patch) | |
| tree | 41b4b65eb29718398f148dc6f7a6e131376fcc27 /engines/sky | |
| parent | e0d05a482ce93e029888ef388dfb1b90b438f2ee (diff) | |
| download | scummvm-rg350-1565f14bc13a63aee6a42cc4fac3fe7fa39eda44.tar.gz scummvm-rg350-1565f14bc13a63aee6a42cc4fac3fe7fa39eda44.tar.bz2 scummvm-rg350-1565f14bc13a63aee6a42cc4fac3fe7fa39eda44.zip | |
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/decoders/
svn-id: r47579
Diffstat (limited to 'engines/sky')
| -rw-r--r-- | engines/sky/intro.cpp | 2 | ||||
| -rw-r--r-- | engines/sky/sound.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/sky/intro.cpp b/engines/sky/intro.cpp index 4b8e09272a..a1b97b6b1b 100644 --- a/engines/sky/intro.cpp +++ b/engines/sky/intro.cpp @@ -39,7 +39,7 @@ #include "sky/text.h" #include "sound/audiostream.h" -#include "sound/raw.h" +#include "sound/decoders/raw.h" namespace Sky { diff --git a/engines/sky/sound.cpp b/engines/sky/sound.cpp index 5b7f59c772..caa94506dc 100644 --- a/engines/sky/sound.cpp +++ b/engines/sky/sound.cpp @@ -34,7 +34,7 @@ #include "sky/struc.h" #include "sound/audiostream.h" -#include "sound/raw.h" +#include "sound/decoders/raw.h" namespace Sky { |
