aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/mohawk.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/mohawk.h')
-rw-r--r--engines/mohawk/mohawk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/mohawk.h b/engines/mohawk/mohawk.h
index d53c080f40..3fe63c962a 100644
--- a/engines/mohawk/mohawk.h
+++ b/engines/mohawk/mohawk.h
@@ -100,10 +100,10 @@ public:
VideoManager *_video;
virtual Common::SeekableReadStream *getResource(uint32 tag, uint16 id);
- Common::SeekableReadStream *getResource(uint32 tag, const Common::String &resName);
bool hasResource(uint32 tag, uint16 id);
bool hasResource(uint32 tag, const Common::String &resName);
uint32 getResourceOffset(uint32 tag, uint16 id);
+ uint16 findResourceID(uint32 type, const Common::String &resName);
void pauseGame();