aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
authorTravis Howell2005-05-21 09:05:58 +0000
committerTravis Howell2005-05-21 09:05:58 +0000
commitb86e19b971fc9aa6665f090721033cc8fcb35c91 (patch)
tree54cef6c8d2febf13dcb1f8f9d3d7203e91ca3dc7 /scumm/gfx.h
parent2138a4c39eb6c1ee7ade84b1dedc381eff090f7e (diff)
downloadscummvm-rg350-b86e19b971fc9aa6665f090721033cc8fcb35c91.tar.gz
scummvm-rg350-b86e19b971fc9aa6665f090721033cc8fcb35c91.tar.bz2
scummvm-rg350-b86e19b971fc9aa6665f090721033cc8fcb35c91.zip
Initial support for TMSK masking in HE72+ games.
svn-id: r18201
Diffstat (limited to 'scumm/gfx.h')
-rw-r--r--scumm/gfx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index ba3003ade1..0c019cf6dc 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -256,6 +256,7 @@ protected:
/* Mask decompressors */
void drawStripC64Mask(byte *dst, int stripnr, int width, int height) const;
void drawStripNESMask(byte *dst, int stripnr, int top, int height) const;
+ void decompressTMSK(byte *dst, const byte *tmsk, const byte *src, int height) const;
void decompressMaskImgOr(byte *dst, const byte *src, int height) const;
void decompressMaskImg(byte *dst, const byte *src, int height) const;