aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/draw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gargoyle/draw.cpp')
-rw-r--r--engines/gargoyle/draw.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/gargoyle/draw.cpp b/engines/gargoyle/draw.cpp
index 64c9a100e1..59acb96ce6 100644
--- a/engines/gargoyle/draw.cpp
+++ b/engines/gargoyle/draw.cpp
@@ -52,4 +52,8 @@ void Draw::fillArea(const byte *rgb) {
// TODO: gli_draw_clear
}
+void Draw::drawRect(int x0, int y0, int w, int h, const byte *rgb) {
+ // TODO: gli_draw_rect
+}
+
} // End of namespace Gargoyle