Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/decoders/
svn-id: r47579
This commit is contained in:
parent
e0d05a482c
commit
1565f14bc1
85 changed files with 174 additions and 173 deletions
|
@ -26,8 +26,8 @@
|
|||
#include "common/system.h"
|
||||
|
||||
#include "sound/audiostream.h"
|
||||
#include "sound/raw.h"
|
||||
#include "sound/wave.h"
|
||||
#include "sound/decoders/raw.h"
|
||||
#include "sound/decoders/wave.h"
|
||||
|
||||
#include "tucker/tucker.h"
|
||||
#include "tucker/graphics.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue