aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
authorGregory Montoir2004-09-03 17:27:40 +0000
committerGregory Montoir2004-09-03 17:27:40 +0000
commit54a84da97c1aab75ed1cec46f65691a00d4ff87a (patch)
treea80f131d1acfd355c002b4bb15dbc26998952100 /scumm/gfx.h
parent08fc27b764dcf93f5d052912d9ab5a241e2b7602 (diff)
downloadscummvm-rg350-54a84da97c1aab75ed1cec46f65691a00d4ff87a.tar.gz
scummvm-rg350-54a84da97c1aab75ed1cec46f65691a00d4ff87a.tar.bz2
scummvm-rg350-54a84da97c1aab75ed1cec46f65691a00d4ff87a.zip
preliminar Wiz images support (HE 72)
svn-id: r14875
Diffstat (limited to 'scumm/gfx.h')
-rw-r--r--scumm/gfx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index 53f0979492..e06b1b1be0 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -274,7 +274,8 @@ public:
int stripnr, int numstrip, StripTable *table);
StripTable *generateStripTable(const byte *src, int width, int height, StripTable *table);
void drawBMAPBg(const byte *ptr, VirtScreen *vs, int startstrip, int width);
- void copyVirtScreenBuffers(int x, int y, int w, int h);
+ void decompressImageHE(uint8 *dst, int dstWidth, const Common::Rect *dstRect, const uint8 *src, const Common::Rect *srcRect);
+ void copyVirtScreenBuffers(int x1, int y1, int x2, int y2);
void disableZBuffer() { _zbufferDisabled = true; }
void enableZBuffer() { _zbufferDisabled = false; }