aboutsummaryrefslogtreecommitdiff
path: root/scumm/wiz_he.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/wiz_he.h')
-rw-r--r--scumm/wiz_he.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/wiz_he.h b/scumm/wiz_he.h
index 614d5103d9..7b37cb1eab 100644
--- a/scumm/wiz_he.h
+++ b/scumm/wiz_he.h
@@ -160,6 +160,7 @@ public:
bool polygonDefined(int id);
bool polygonContains(const WizPolygon &pol, int x, int y);
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 fillWizRect(const WizParameters *params);
@@ -176,7 +177,7 @@ public:
void flushWizBuffer();
- void loadImgSpot(int resId, int state, int32 &x, int32 &y);
+ void getWizImageSpot(int resId, int state, int32 &x, int32 &y);
void loadWizCursor(int resId);
void captureWizImage(int resNum, const Common::Rect& r, bool frontBuffer, int compType);