From c04f8d00b15d0ebedce6b27e60e64a48f9259e42 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Fri, 22 Jan 2010 03:43:57 +0000 Subject: Rename MohawkFile to MohawkArchive and OldMohawkFile to LivingBooksArchive_v1 (the latter originally having an ambiguous meaning) and move them to resource.* Also, renaming the Living Books game types to remove the ambiguous old/new. svn-id: r47429 --- engines/mohawk/sound.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/mohawk/sound.h') diff --git a/engines/mohawk/sound.h b/engines/mohawk/sound.h index 07c0581843..400eb646a5 100644 --- a/engines/mohawk/sound.h +++ b/engines/mohawk/sound.h @@ -36,7 +36,7 @@ #include "sound/mixer.h" #include "mohawk/mohawk.h" -#include "mohawk/file.h" +#include "mohawk/resource.h" namespace Mohawk { @@ -134,7 +134,7 @@ public: private: MohawkEngine *_vm; - MohawkFile *_rivenSoundFile; + MohawkArchive *_rivenSoundFile; MidiDriver *_midiDriver; MidiParser *_midiParser; -- cgit v1.2.3