aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks.h
diff options
context:
space:
mode:
authorAlyssa Milburn2011-06-28 15:28:26 +0200
committerAlyssa Milburn2011-06-28 15:28:26 +0200
commitc2319a3a81104deeaa1aaae2e5b22c8306ea4fa1 (patch)
tree7166c2eb194f18db8223b07d627e7e4378e8ed0d /engines/mohawk/livingbooks.h
parent168ba00ea36f8ef6e6127ef5091a5cf9f6c1b190 (diff)
downloadscummvm-rg350-c2319a3a81104deeaa1aaae2e5b22c8306ea4fa1.tar.gz
scummvm-rg350-c2319a3a81104deeaa1aaae2e5b22c8306ea4fa1.tar.bz2
scummvm-rg350-c2319a3a81104deeaa1aaae2e5b22c8306ea4fa1.zip
MOHAWK: Make LB's readString/readRect more generic.
Diffstat (limited to 'engines/mohawk/livingbooks.h')
-rw-r--r--engines/mohawk/livingbooks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mohawk/livingbooks.h b/engines/mohawk/livingbooks.h
index 02fe34e8c2..c39e7f4227 100644
--- a/engines/mohawk/livingbooks.h
+++ b/engines/mohawk/livingbooks.h
@@ -655,8 +655,8 @@ public:
void addNotifyEvent(NotifyEvent event);
Common::SeekableSubReadStreamEndian *wrapStreamEndian(uint32 tag, uint16 id);
- Common::String readString(Common::SeekableSubReadStreamEndian *stream);
- Common::Rect readRect(Common::SeekableSubReadStreamEndian *stream);
+ Common::String readString(Common::ReadStream *stream);
+ Common::Rect readRect(Common::ReadStreamEndian *stream);
GUI::Debugger *getDebugger() { return _console; }
void addArchive(MohawkArchive *archive);