aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/resource.h
diff options
context:
space:
mode:
authorBastien Bouclet2010-11-29 20:49:42 +0000
committerBastien Bouclet2010-11-29 20:49:42 +0000
commit6a4ff1a9b52c2dd31b951ad9e3362da5f29b37fc (patch)
tree36e188ea9a80978b02319c5a89b04ba33391f98d /engines/mohawk/resource.h
parent5f8e6e3824823869fdb2fd5d4dae334817d318be (diff)
downloadscummvm-rg350-6a4ff1a9b52c2dd31b951ad9e3362da5f29b37fc.tar.gz
scummvm-rg350-6a4ff1a9b52c2dd31b951ad9e3362da5f29b37fc.tar.bz2
scummvm-rg350-6a4ff1a9b52c2dd31b951ad9e3362da5f29b37fc.zip
MOHAWK : Finished implementing Selenitic sound receiver
svn-id: r54593
Diffstat (limited to 'engines/mohawk/resource.h')
-rw-r--r--engines/mohawk/resource.h1
1 files changed, 1 insertions, 0 deletions
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;