aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen_v3.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/screen_v3.h')
-rw-r--r--engines/kyra/screen_v3.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/kyra/screen_v3.h b/engines/kyra/screen_v3.h
index 0a91b04c0c..dc49268ad6 100644
--- a/engines/kyra/screen_v3.h
+++ b/engines/kyra/screen_v3.h
@@ -41,6 +41,12 @@ public:
virtual const ScreenDim *getScreenDim(int dim);
int getLayer(int x, int y);
+
+ byte getShapeFlag1(int x, int y);
+ byte getShapeFlag2(int x, int y);
+
+ int getDrawLayer(int x, int y);
+ int getDrawLayer2(int x, int y, int height);
private:
static const ScreenDim _screenDimTable[];
static const int _screenDimTableCount;