From 5b8105afb3a345cfd66efa795726329f509572c3 Mon Sep 17 00:00:00 2001 From: Benjamin Haisch Date: Thu, 22 Jan 2009 13:04:29 +0000 Subject: - Added support for The Manhole EGA version - Support for 'chunked' picture resources and EGA pictures - Improved the mouth sync in RtZ (still not perfect, though) - Removed obsolete TODOs - Fixed sfPlayMovie to return if the movie playback was aborted or not; this is used by RtZ to determine if it should display the credits screen after the intro movie svn-id: r35997 --- engines/made/graphics.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/made/graphics.h') diff --git a/engines/made/graphics.h b/engines/made/graphics.h index 1a5cf72677..bf5ec288ff 100644 --- a/engines/made/graphics.h +++ b/engines/made/graphics.h @@ -37,6 +37,9 @@ class ValueReader { public: ValueReader(byte *source, bool nibbleMode) : _buffer(source), _nibbleBuf(0), _nibbleMode(nibbleMode), _nibbleSwitch(false) {} byte readPixel(); + uint16 readUint16(); + uint32 readUint32(); + void resetNibbleSwitch(); protected: byte _nibbleBuf; bool _nibbleMode, _nibbleSwitch; -- cgit v1.2.3