From 1565f14bc13a63aee6a42cc4fac3fe7fa39eda44 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 26 Jan 2010 22:48:45 +0000 Subject: Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/decoders/ svn-id: r47579 --- engines/tinsel/bmv.cpp | 2 +- engines/tinsel/music.cpp | 2 +- engines/tinsel/sound.cpp | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'engines/tinsel') diff --git a/engines/tinsel/bmv.cpp b/engines/tinsel/bmv.cpp index 0324fdb5b9..7f3386edfa 100644 --- a/engines/tinsel/bmv.cpp +++ b/engines/tinsel/bmv.cpp @@ -42,7 +42,7 @@ #include "tinsel/tinlib.h" #include "tinsel/tinsel.h" -#include "sound/raw.h" +#include "sound/decoders/raw.h" namespace Tinsel { diff --git a/engines/tinsel/music.cpp b/engines/tinsel/music.cpp index 7eee6b0aa8..f30eabe267 100644 --- a/engines/tinsel/music.cpp +++ b/engines/tinsel/music.cpp @@ -31,7 +31,7 @@ #include "sound/mididrv.h" #include "sound/midiparser.h" #include "sound/audiocd.h" -#include "sound/adpcm.h" +#include "sound/decoders/adpcm.h" #include "common/config-manager.h" #include "common/file.h" diff --git a/engines/tinsel/sound.cpp b/engines/tinsel/sound.cpp index 1914f4d696..ccb978f45e 100644 --- a/engines/tinsel/sound.cpp +++ b/engines/tinsel/sound.cpp @@ -39,12 +39,12 @@ #include "common/system.h" #include "sound/mixer.h" -#include "sound/adpcm.h" -#include "sound/vag.h" -#include "sound/flac.h" -#include "sound/mp3.h" -#include "sound/raw.h" -#include "sound/vorbis.h" +#include "sound/decoders/adpcm.h" +#include "sound/decoders/flac.h" +#include "sound/decoders/mp3.h" +#include "sound/decoders/raw.h" +#include "sound/decoders/vag.h" +#include "sound/decoders/vorbis.h" #include "gui/message.h" -- cgit v1.2.3