aboutsummaryrefslogtreecommitdiff
path: root/scumm/wiz_he.h
diff options
context:
space:
mode:
authorTravis Howell2006-01-31 00:46:20 +0000
committerTravis Howell2006-01-31 00:46:20 +0000
commite079fa138278c07ab154e6e1a5ffff8ac2a9ccdf (patch)
tree1cd28e4101c428aebc42e398115f538da59e48eb /scumm/wiz_he.h
parent44383a7ab70cfc41b6e67c6281b74413760fdb97 (diff)
downloadscummvm-rg350-e079fa138278c07ab154e6e1a5ffff8ac2a9ccdf.tar.gz
scummvm-rg350-e079fa138278c07ab154e6e1a5ffff8ac2a9ccdf.tar.bz2
scummvm-rg350-e079fa138278c07ab154e6e1a5ffff8ac2a9ccdf.zip
Cleanup
svn-id: r20321
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);