aboutsummaryrefslogtreecommitdiff
path: root/engines/made/resource.h
diff options
context:
space:
mode:
authorBenjamin Haisch2009-01-22 13:04:29 +0000
committerBenjamin Haisch2009-01-22 13:04:29 +0000
commit5b8105afb3a345cfd66efa795726329f509572c3 (patch)
tree4ff90316c9dee6be8bda8a0c3f8413ab5d8178a5 /engines/made/resource.h
parentd5d7175691ea3cde7aa941886e3197763c1398c6 (diff)
downloadscummvm-rg350-5b8105afb3a345cfd66efa795726329f509572c3.tar.gz
scummvm-rg350-5b8105afb3a345cfd66efa795726329f509572c3.tar.bz2
scummvm-rg350-5b8105afb3a345cfd66efa795726329f509572c3.zip
- 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
Diffstat (limited to 'engines/made/resource.h')
-rw-r--r--engines/made/resource.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/made/resource.h b/engines/made/resource.h
index a57c9d5cc9..a291268e60 100644
--- a/engines/made/resource.h
+++ b/engines/made/resource.h
@@ -75,6 +75,8 @@ protected:
byte *_picturePalette;
int _paletteColorCount;
bool _hasPalette;
+ void loadRaw(byte *source, int size);
+ void loadChunked(byte *source, int size);
};
class AnimationResource : public Resource {