aboutsummaryrefslogtreecommitdiff
path: root/kyra/screen.h
diff options
context:
space:
mode:
authorJohannes Schickel2005-11-01 14:19:50 +0000
committerJohannes Schickel2005-11-01 14:19:50 +0000
commitc3ef43fd6bf00f1285c3ba067e9f686559656eac (patch)
tree43370bd4d49c684f9c431d6608514ebbd098a2c8 /kyra/screen.h
parente763d1e060b9652923474fad620d6672bce4d120 (diff)
downloadscummvm-rg350-c3ef43fd6bf00f1285c3ba067e9f686559656eac.tar.gz
scummvm-rg350-c3ef43fd6bf00f1285c3ba067e9f686559656eac.tar.bz2
scummvm-rg350-c3ef43fd6bf00f1285c3ba067e9f686559656eac.zip
Implemented the pathfinder and applied patch # 1342902.
Also added debug printouts to some functions. svn-id: r19386
Diffstat (limited to 'kyra/screen.h')
-rw-r--r--kyra/screen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kyra/screen.h b/kyra/screen.h
index 6cae20df88..67bf4f138c 100644
--- a/kyra/screen.h
+++ b/kyra/screen.h
@@ -125,6 +125,8 @@ public:
void setShapePages(int page1, int page2);
byte *setMouseCursor(int x, int y, byte *shape);
uint8 *getPalette(int num);
+
+ byte getShapeFlag1(int x, int y);
int _charWidth;
int _charOffset;