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/cruise | |
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/cruise')
-rw-r--r-- | engines/cruise/sound.cpp | 6 | ||||
-rw-r--r-- | engines/cruise/sound.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/engines/cruise/sound.cpp b/engines/cruise/sound.cpp index 3cb499c6a4..8a4b1d0d2b 100644 --- a/engines/cruise/sound.cpp +++ b/engines/cruise/sound.cpp @@ -30,9 +30,9 @@ #include "cruise/sound.h" #include "cruise/volume.h" -#include "sound/audiostream.h" -#include "sound/fmopl.h" -#include "sound/mods/soundfx.h" +#include "audio/audiostream.h" +#include "audio/fmopl.h" +#include "audio/mods/soundfx.h" namespace Cruise { diff --git a/engines/cruise/sound.h b/engines/cruise/sound.h index fdea5bed1b..61985ce802 100644 --- a/engines/cruise/sound.h +++ b/engines/cruise/sound.h @@ -26,9 +26,9 @@ #ifndef CRUISE_SOUND_H #define CRUISE_SOUND_H -#include "sound/mididrv.h" -#include "sound/midiparser.h" -#include "sound/mixer.h" +#include "audio/mididrv.h" +#include "audio/midiparser.h" +#include "audio/mixer.h" #include "common/config-manager.h" #include "common/serializer.h" |