aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gargoyle/draw.h')
-rw-r--r--engines/gargoyle/draw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gargoyle/draw.h b/engines/gargoyle/draw.h
index f60d57399e..7b74f45170 100644
--- a/engines/gargoyle/draw.h
+++ b/engines/gargoyle/draw.h
@@ -41,6 +41,8 @@ protected:
void drawCaret(const Common::Point &pos);
void fillArea(const byte *rgb);
+
+ void drawRect(int x0, int y0, int w, int h, const byte *rgb);
};
} // End of namespace Gargoyle