aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/wiz_he.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-05-10 11:55:49 +0200
committerEugene Sandulenko2016-05-10 11:55:49 +0200
commitfc198503c8aae9eaa34345e9dab5822518856a9d (patch)
tree99442ca7897c87616ff8d1a629cc3e93b3df320b /engines/scumm/he/wiz_he.h
parent200882277aed257a1a71d300a59ca0b9fdbc7699 (diff)
downloadscummvm-rg350-fc198503c8aae9eaa34345e9dab5822518856a9d.tar.gz
scummvm-rg350-fc198503c8aae9eaa34345e9dab5822518856a9d.tar.bz2
scummvm-rg350-fc198503c8aae9eaa34345e9dab5822518856a9d.zip
SCUMM HE: Resolved couple of TODOs in Moonbase FOW code
Diffstat (limited to 'engines/scumm/he/wiz_he.h')
-rw-r--r--engines/scumm/he/wiz_he.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/scumm/he/wiz_he.h b/engines/scumm/he/wiz_he.h
index 202f774560..ff5169f7e8 100644
--- a/engines/scumm/he/wiz_he.h
+++ b/engines/scumm/he/wiz_he.h
@@ -221,6 +221,8 @@ public:
void getWizImageDim(int resNum, int state, int32 &w, int32 &h);
int getWizImageStates(int resnum);
+ int getWizImageStates(const uint8 *ptr);
+ void getWizStateSpot(byte *data, int state, int *x, int *y);
int isWizPixelNonTransparent(int resnum, int state, int x, int y, int flags);
uint16 getWizPixelColor(int resnum, int state, int x, int y);
int getWizImageData(int resNum, int state, int type);