aboutsummaryrefslogtreecommitdiff
path: root/kyra/screen.h
diff options
context:
space:
mode:
authorJohannes Schickel2005-11-18 23:55:31 +0000
committerJohannes Schickel2005-11-18 23:55:31 +0000
commit5eb3e11b46ce694057c8c7de413df96fbc34c728 (patch)
tree48e6463aea9baa6fc00fd962254bc12dac1fe638 /kyra/screen.h
parenta69fe434b981d105df84b20e036b7f45c9fc8801 (diff)
downloadscummvm-rg350-5eb3e11b46ce694057c8c7de413df96fbc34c728.tar.gz
scummvm-rg350-5eb3e11b46ce694057c8c7de413df96fbc34c728.tar.bz2
scummvm-rg350-5eb3e11b46ce694057c8c7de413df96fbc34c728.zip
Implemented basic input handling and fixed mask drawing.
svn-id: r19657
Diffstat (limited to 'kyra/screen.h')
-rw-r--r--kyra/screen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kyra/screen.h b/kyra/screen.h
index 1933382fa7..576e7d636c 100644
--- a/kyra/screen.h
+++ b/kyra/screen.h
@@ -127,6 +127,8 @@ public:
uint8 *getPalette(int num);
byte getShapeFlag1(int x, int y);
+ int setNewShapeHeight(uint8 *shape, int height);
+ int resetShapeHeight(uint8 *shape);
int _charWidth;
int _charOffset;
@@ -152,6 +154,7 @@ private:
int _decodeShapeBufferSize;
uint8 *_animBlockPtr;
int _animBlockSize;
+ int _mouseLockCount;
OSystem *_system;
KyraEngine *_vm;