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/made/made.h | 2 +- engines/made/pmvplayer.cpp | 2 +- engines/made/resource.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/made') diff --git a/engines/made/made.h b/engines/made/made.h index 42fd79fe6a..4d10df38f5 100644 --- a/engines/made/made.h +++ b/engines/made/made.h @@ -40,7 +40,7 @@ #include "sound/audiostream.h" #include "sound/mixer.h" -#include "sound/voc.h" +#include "sound/decoders/voc.h" #include "sound/audiocd.h" #include "engines/engine.h" diff --git a/engines/made/pmvplayer.cpp b/engines/made/pmvplayer.cpp index 5e96fdc206..20237501d9 100644 --- a/engines/made/pmvplayer.cpp +++ b/engines/made/pmvplayer.cpp @@ -26,7 +26,7 @@ #include "made/pmvplayer.h" #include "made/screen.h" -#include "sound/raw.h" +#include "sound/decoders/raw.h" namespace Made { diff --git a/engines/made/resource.cpp b/engines/made/resource.cpp index b5f7b48fcd..39e9ae859c 100644 --- a/engines/made/resource.cpp +++ b/engines/made/resource.cpp @@ -25,7 +25,7 @@ #include "common/endian.h" #include "sound/mixer.h" -#include "sound/raw.h" +#include "sound/decoders/raw.h" #include "made/resource.h" #include "made/graphics.h" -- cgit v1.2.3