aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/graphics.h
diff options
context:
space:
mode:
authorBastien Bouclet2010-11-29 20:58:28 +0000
committerBastien Bouclet2010-11-29 20:58:28 +0000
commitb49cb3b35a32a8f877ef7f302fa02c139e4ea95e (patch)
tree69e1af1b16196b6974c867365c6db2b2c0f19627 /engines/mohawk/graphics.h
parent90b336ec344157c1896e409ecbb8beab1c45923d (diff)
downloadscummvm-rg350-b49cb3b35a32a8f877ef7f302fa02c139e4ea95e.tar.gz
scummvm-rg350-b49cb3b35a32a8f877ef7f302fa02c139e4ea95e.tar.bz2
scummvm-rg350-b49cb3b35a32a8f877ef7f302fa02c139e4ea95e.zip
MOHAWK: Start implementing opcodes using the animated update feature
svn-id: r54627
Diffstat (limited to 'engines/mohawk/graphics.h')
-rw-r--r--engines/mohawk/graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/graphics.h b/engines/mohawk/graphics.h
index ec5c01af75..356372cbe9 100644
--- a/engines/mohawk/graphics.h
+++ b/engines/mohawk/graphics.h
@@ -105,6 +105,7 @@ public:
void copyImageSectionToScreen(uint16 image, Common::Rect src, Common::Rect dest);
void copyImageToScreen(uint16 image, Common::Rect dest);
void updateScreen();
+ void animatedUpdate(uint16 type, Common::Rect rect, uint16 steps, uint16 delay);
void drawRect(Common::Rect rect, RectState state);
protected: