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/queen/sound.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'engines/queen/sound.cpp') diff --git a/engines/queen/sound.cpp b/engines/queen/sound.cpp index 619efcf6db..0a49dab0b2 100644 --- a/engines/queen/sound.cpp +++ b/engines/queen/sound.cpp @@ -36,11 +36,11 @@ #include "queen/resource.h" #include "sound/audiostream.h" -#include "sound/flac.h" +#include "sound/decoders/flac.h" #include "sound/mididrv.h" -#include "sound/mp3.h" -#include "sound/raw.h" -#include "sound/vorbis.h" +#include "sound/decoders/mp3.h" +#include "sound/decoders/raw.h" +#include "sound/decoders/vorbis.h" #define SB_HEADER_SIZE_V104 110 #define SB_HEADER_SIZE_V110 122 -- cgit v1.2.3