aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/graphics.h
diff options
context:
space:
mode:
authorSimei Yin2017-08-01 09:29:34 +0200
committerSimei Yin2017-08-01 09:29:34 +0200
commit7da077b93aff92f25eb41009891ac806de263ef4 (patch)
tree2479146214656fe610031e493eb7e6964840d519 /engines/sludge/graphics.h
parent0f93962ef4bc43827f878d31a2c0ae3b868276f6 (diff)
downloadscummvm-rg350-7da077b93aff92f25eb41009891ac806de263ef4.tar.gz
scummvm-rg350-7da077b93aff92f25eb41009891ac806de263ef4.tar.bz2
scummvm-rg350-7da077b93aff92f25eb41009891ac806de263ef4.zip
SLUDGE: Clear screen before every display
Diffstat (limited to 'engines/sludge/graphics.h')
-rw-r--r--engines/sludge/graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sludge/graphics.h b/engines/sludge/graphics.h
index ecc2bbc21c..bb84b0b1fb 100644
--- a/engines/sludge/graphics.h
+++ b/engines/sludge/graphics.h
@@ -61,6 +61,7 @@ public:
void setWindowSize(uint winWidth, uint winHeight) { _winWidth = winWidth; _winHeight = winHeight; }
bool init();
void display();
+ void clear();
// Parallax
bool loadParallax(uint16 v, uint16 fracX, uint16 fracY);