diff options
| author | Max Horn | 2011-02-09 01:09:01 +0000 |
|---|---|---|
| committer | Max Horn | 2011-02-09 01:09:01 +0000 |
| commit | 42ab839dd6c8a1570b232101eb97f4e54de57935 (patch) | |
| tree | 3b763d8913a87482b793e0348c88b9a5f40eecc9 /engines/cine | |
| parent | 386203a3d6ce1abf457c9110d695408ec5f01b85 (diff) | |
| download | scummvm-rg350-42ab839dd6c8a1570b232101eb97f4e54de57935.tar.gz scummvm-rg350-42ab839dd6c8a1570b232101eb97f4e54de57935.tar.bz2 scummvm-rg350-42ab839dd6c8a1570b232101eb97f4e54de57935.zip | |
AUDIO: Rename sound/ dir to audio/
svn-id: r55850
Diffstat (limited to 'engines/cine')
| -rw-r--r-- | engines/cine/sound.cpp | 8 | ||||
| -rw-r--r-- | engines/cine/sound.h | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/engines/cine/sound.cpp b/engines/cine/sound.cpp index 23e9db9670..f0c0668e33 100644 --- a/engines/cine/sound.cpp +++ b/engines/cine/sound.cpp @@ -30,10 +30,10 @@ #include "cine/cine.h" #include "cine/sound.h" -#include "sound/audiostream.h" -#include "sound/fmopl.h" -#include "sound/decoders/raw.h" -#include "sound/mods/soundfx.h" +#include "audio/audiostream.h" +#include "audio/fmopl.h" +#include "audio/decoders/raw.h" +#include "audio/mods/soundfx.h" namespace Cine { diff --git a/engines/cine/sound.h b/engines/cine/sound.h index 6982468035..e9a797989e 100644 --- a/engines/cine/sound.h +++ b/engines/cine/sound.h @@ -27,7 +27,7 @@ #define CINE_SOUND_H_ #include "common/util.h" -#include "sound/mixer.h" +#include "audio/mixer.h" namespace Audio { class AudioStream; |
