aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen_mr.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/screen_mr.h')
-rw-r--r--engines/kyra/screen_mr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/kyra/screen_mr.h b/engines/kyra/screen_mr.h
index fe3ae2a930..7fbcbdcb6e 100644
--- a/engines/kyra/screen_mr.h
+++ b/engines/kyra/screen_mr.h
@@ -47,6 +47,8 @@ public:
int getDrawLayer(int x, int y);
int getDrawLayer2(int x, int y, int height);
+
+ void drawFilledBox(int x1, int y1, int x2, int y2, uint8 c1, uint8 c2, uint8 c3);
private:
static const ScreenDim _screenDimTable[];
static const int _screenDimTableCount;