aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst.h
diff options
context:
space:
mode:
authorMatthew Hoops2010-11-17 19:58:19 +0000
committerMatthew Hoops2010-11-17 19:58:19 +0000
commitecb42156ce6f4530f3e5fcaec68544d2ab552565 (patch)
tree5eebbac24f3db0380b033a638fac0aabe95277dd /engines/mohawk/myst.h
parent84a753d8409ba0dc9323b135bf730bff5dd39aa3 (diff)
downloadscummvm-rg350-ecb42156ce6f4530f3e5fcaec68544d2ab552565.tar.gz
scummvm-rg350-ecb42156ce6f4530f3e5fcaec68544d2ab552565.tar.bz2
scummvm-rg350-ecb42156ce6f4530f3e5fcaec68544d2ab552565.zip
MOHAWK: Cache the Myst screen buffer
This is needed for use with sliders. The screen is now updated fewer times as well. svn-id: r54300
Diffstat (limited to 'engines/mohawk/myst.h')
-rw-r--r--engines/mohawk/myst.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/myst.h b/engines/mohawk/myst.h
index a66456e1c8..29f26704f9 100644
--- a/engines/mohawk/myst.h
+++ b/engines/mohawk/myst.h
@@ -413,6 +413,7 @@ private:
void drawResourceRects();
void checkCurrentResource();
int16 _curResource;
+ void drawResourceImages();
uint16 _cursorHintCount;
MystCursorHint *_cursorHints;