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/lastexpress/data | |
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/lastexpress/data')
-rw-r--r-- | engines/lastexpress/data/snd.cpp | 4 | ||||
-rw-r--r-- | engines/lastexpress/data/snd.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/engines/lastexpress/data/snd.cpp b/engines/lastexpress/data/snd.cpp index b98e490215..bd2320726a 100644 --- a/engines/lastexpress/data/snd.cpp +++ b/engines/lastexpress/data/snd.cpp @@ -30,8 +30,8 @@ #include "lastexpress/debug.h" -#include "sound/decoders/adpcm.h" -#include "sound/audiostream.h" +#include "audio/decoders/adpcm.h" +#include "audio/audiostream.h" #include "common/memstream.h" namespace LastExpress { diff --git a/engines/lastexpress/data/snd.h b/engines/lastexpress/data/snd.h index f76f8ff6ca..2d28404f42 100644 --- a/engines/lastexpress/data/snd.h +++ b/engines/lastexpress/data/snd.h @@ -39,7 +39,7 @@ byte {x} - IMA ADPCM sample codes */ -#include "sound/mixer.h" +#include "audio/mixer.h" namespace Audio { class AudioStream; |