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/saga/sound.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/saga/sound.h') diff --git a/engines/saga/sound.h b/engines/saga/sound.h index 845c0ab573..9cf8f29767 100644 --- a/engines/saga/sound.h +++ b/engines/saga/sound.h @@ -30,9 +30,9 @@ #include "common/file.h" #include "sound/mixer.h" -#include "sound/mp3.h" -#include "sound/vorbis.h" -#include "sound/flac.h" +#include "sound/decoders/mp3.h" +#include "sound/decoders/vorbis.h" +#include "sound/decoders/flac.h" namespace Saga { -- cgit v1.2.3