summaryrefslogtreecommitdiff
path: root/src/render/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/graphics.h')
-rw-r--r--src/render/graphics.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/render/graphics.h b/src/render/graphics.h
index d26f8a770..58e08888a 100644
--- a/src/render/graphics.h
+++ b/src/render/graphics.h
@@ -444,6 +444,9 @@ class Graphics
virtual void endDraw()
{ }
+ virtual void clearScreen() const
+ { }
+
int mWidth;
int mHeight;
int mActualWidth;