Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/decoders/

svn-id: r47579
This commit is contained in:
Max Horn 2010-01-26 22:48:45 +00:00
parent e0d05a482c
commit 1565f14bc1
85 changed files with 174 additions and 173 deletions

View file

@ -28,9 +28,9 @@
#include "common/util.h"
#include "sound/audiostream.h"
#include "sound/mp3.h"
#include "sound/raw.h"
#include "sound/wave.h"
#include "sound/decoders/mp3.h"
#include "sound/decoders/raw.h"
#include "sound/decoders/wave.h"
namespace Mohawk {