aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/system.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/system.h b/common/system.h
index 2f2aeab7ec..fcff39b567 100644
--- a/common/system.h
+++ b/common/system.h
@@ -254,6 +254,9 @@ public:
* API are probably going to remove it.
*/
virtual void setPalette(const byte *colors, uint start, uint num) = 0;
+
+ /** Clear the screen to black */
+ virtual void clearScreen() {;}
/**
* Blit a bitmap to the virtual screen.