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/parallaction | |
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/parallaction')
-rw-r--r-- | engines/parallaction/sound.h | 8 | ||||
-rw-r--r-- | engines/parallaction/sound_br.cpp | 12 | ||||
-rw-r--r-- | engines/parallaction/sound_ns.cpp | 8 |
3 files changed, 14 insertions, 14 deletions
diff --git a/engines/parallaction/sound.h b/engines/parallaction/sound.h index 1efbb17395..7b3eff37cb 100644 --- a/engines/parallaction/sound.h +++ b/engines/parallaction/sound.h @@ -29,10 +29,10 @@ #include "common/util.h" #include "common/mutex.h" -#include "sound/audiostream.h" -#include "sound/decoders/iff_sound.h" -#include "sound/mixer.h" -#include "sound/mididrv.h" +#include "audio/audiostream.h" +#include "audio/decoders/iff_sound.h" +#include "audio/mixer.h" +#include "audio/mididrv.h" #define PATH_LEN 200 diff --git a/engines/parallaction/sound_br.cpp b/engines/parallaction/sound_br.cpp index 7aaafa8be3..978d809a61 100644 --- a/engines/parallaction/sound_br.cpp +++ b/engines/parallaction/sound_br.cpp @@ -23,15 +23,15 @@ * */ -#include "sound/mixer.h" +#include "audio/mixer.h" #include "common/stream.h" #include "common/util.h" -#include "sound/mixer.h" -#include "sound/mididrv.h" -#include "sound/midiparser.h" -#include "sound/mods/protracker.h" -#include "sound/decoders/raw.h" +#include "audio/mixer.h" +#include "audio/mididrv.h" +#include "audio/midiparser.h" +#include "audio/mods/protracker.h" +#include "audio/decoders/raw.h" #include "parallaction/disk.h" #include "parallaction/parallaction.h" diff --git a/engines/parallaction/sound_ns.cpp b/engines/parallaction/sound_ns.cpp index 1ed45befa9..15fdede571 100644 --- a/engines/parallaction/sound_ns.cpp +++ b/engines/parallaction/sound_ns.cpp @@ -27,10 +27,10 @@ #include "common/stream.h" -#include "sound/mixer.h" -#include "sound/midiparser.h" -#include "sound/mods/protracker.h" -#include "sound/decoders/raw.h" +#include "audio/mixer.h" +#include "audio/midiparser.h" +#include "audio/mods/protracker.h" +#include "audio/decoders/raw.h" #include "parallaction/sound.h" #include "parallaction/parallaction.h" |