aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/wiz_he.h
diff options
context:
space:
mode:
authorTravis Howell2006-05-08 10:21:17 +0000
committerTravis Howell2006-05-08 10:21:17 +0000
commit3830ac06b367b920ca012c5c734e1bc32fcbcd73 (patch)
tree866ba1aeeb7439b76399fc8a3f3277cedc07bd44 /engines/scumm/he/wiz_he.h
parentcf42a24833791ed2e8c4bd16bc67f35e9ea36960 (diff)
downloadscummvm-rg350-3830ac06b367b920ca012c5c734e1bc32fcbcd73.tar.gz
scummvm-rg350-3830ac06b367b920ca012c5c734e1bc32fcbcd73.tar.bz2
scummvm-rg350-3830ac06b367b920ca012c5c734e1bc32fcbcd73.zip
Add initial DXA support for HE games
svn-id: r22384
Diffstat (limited to 'engines/scumm/he/wiz_he.h')
-rw-r--r--engines/scumm/he/wiz_he.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/wiz_he.h b/engines/scumm/he/wiz_he.h
index f9cd884b7d..88e0db50a9 100644
--- a/engines/scumm/he/wiz_he.h
+++ b/engines/scumm/he/wiz_he.h
@@ -163,7 +163,7 @@ public:
void polygonRotatePoints(Common::Point *pts, int num, int alpha);
void polygonTransform(int resNum, int state, int po_x, int po_y, int angle, int zoom, Common::Point *vert);
- void createWizEmptyImage(const WizParameters *params);
+ void createWizEmptyImage(int resNum, int x1, int y1, int width, int height);
void fillWizRect(const WizParameters *params);
void fillWizLine(const WizParameters *params);
void fillWizPixel(const WizParameters *params);