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/hugo | |
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/hugo')
-rw-r--r-- | engines/hugo/sound.cpp | 4 | ||||
-rw-r--r-- | engines/hugo/sound.h | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/engines/hugo/sound.cpp b/engines/hugo/sound.cpp index b382f449b0..ecf1bd1a86 100644 --- a/engines/hugo/sound.cpp +++ b/engines/hugo/sound.cpp @@ -35,8 +35,8 @@ #include "common/system.h" #include "common/config-manager.h" -#include "sound/decoders/raw.h" -#include "sound/audiostream.h" +#include "audio/decoders/raw.h" +#include "audio/audiostream.h" #include "hugo/hugo.h" #include "hugo/game.h" diff --git a/engines/hugo/sound.h b/engines/hugo/sound.h index 0e8905c762..e39f932741 100644 --- a/engines/hugo/sound.h +++ b/engines/hugo/sound.h @@ -33,10 +33,10 @@ #ifndef HUGO_SOUND_H #define HUGO_SOUND_H -#include "sound/mixer.h" -#include "sound/mididrv.h" -#include "sound/midiparser.h" -#include "sound/softsynth/pcspk.h" +#include "audio/mixer.h" +#include "audio/mididrv.h" +#include "audio/midiparser.h" +#include "audio/softsynth/pcspk.h" namespace Hugo { |