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/parallaction/sound.h | 2 +- engines/parallaction/sound_br.cpp | 2 +- engines/parallaction/sound_ns.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/parallaction') diff --git a/engines/parallaction/sound.h b/engines/parallaction/sound.h index cefecd42b6..985ed77ccc 100644 --- a/engines/parallaction/sound.h +++ b/engines/parallaction/sound.h @@ -30,7 +30,7 @@ #include "common/mutex.h" #include "sound/audiostream.h" -#include "sound/iff_sound.h" +#include "sound/decoders/iff_sound.h" #include "sound/mixer.h" #include "sound/mididrv.h" diff --git a/engines/parallaction/sound_br.cpp b/engines/parallaction/sound_br.cpp index c03d4a19ce..75629b268a 100644 --- a/engines/parallaction/sound_br.cpp +++ b/engines/parallaction/sound_br.cpp @@ -31,7 +31,7 @@ #include "sound/mididrv.h" #include "sound/midiparser.h" #include "sound/mods/protracker.h" -#include "sound/raw.h" +#include "sound/decoders/raw.h" #include "parallaction/disk.h" #include "parallaction/parallaction.h" diff --git a/engines/parallaction/sound_ns.cpp b/engines/parallaction/sound_ns.cpp index 939b52a767..fabb4a8d07 100644 --- a/engines/parallaction/sound_ns.cpp +++ b/engines/parallaction/sound_ns.cpp @@ -30,7 +30,7 @@ #include "sound/mixer.h" #include "sound/midiparser.h" #include "sound/mods/protracker.h" -#include "sound/raw.h" +#include "sound/decoders/raw.h" #include "parallaction/sound.h" #include "parallaction/parallaction.h" -- cgit v1.2.3