From 6a4ff1a9b52c2dd31b951ad9e3362da5f29b37fc Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Mon, 29 Nov 2010 20:49:42 +0000 Subject: MOHAWK : Finished implementing Selenitic sound receiver svn-id: r54593 --- engines/mohawk/resource.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/mohawk/resource.h') diff --git a/engines/mohawk/resource.h b/engines/mohawk/resource.h index 675c8f3f8c..8aa186b54a 100644 --- a/engines/mohawk/resource.h +++ b/engines/mohawk/resource.h @@ -186,6 +186,7 @@ public: virtual Common::SeekableReadStream *getResource(uint32 tag, uint16 id); virtual uint32 getOffset(uint32 tag, uint16 id); virtual uint16 findResourceID(uint32 type, const Common::String &resName); + Common::String getName(uint32 tag, uint16 id); protected: Common::SeekableReadStream *_mhk; -- cgit v1.2.3