aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/frameout.h
diff options
context:
space:
mode:
authorColin Snover2016-08-02 09:49:04 -0500
committerColin Snover2016-08-19 13:57:40 -0500
commit6e2e862d8e5db0c8e786525fff2e2ae1f878f919 (patch)
tree1e996531be3b6083667e33cd52254d66f748f313 /engines/sci/graphics/frameout.h
parentb74532fc1e3dfe034eff5df7f284feac7502b354 (diff)
downloadscummvm-rg350-6e2e862d8e5db0c8e786525fff2e2ae1f878f919.tar.gz
scummvm-rg350-6e2e862d8e5db0c8e786525fff2e2ae1f878f919.tar.bz2
scummvm-rg350-6e2e862d8e5db0c8e786525fff2e2ae1f878f919.zip
SCI32: Implement kShakeScreen for SCI32
Diffstat (limited to 'engines/sci/graphics/frameout.h')
-rw-r--r--engines/sci/graphics/frameout.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/sci/graphics/frameout.h b/engines/sci/graphics/frameout.h
index de90fc7414..92e38fa70f 100644
--- a/engines/sci/graphics/frameout.h
+++ b/engines/sci/graphics/frameout.h
@@ -366,6 +366,11 @@ public:
*/
void showRect(const Common::Rect &rect);
+ /**
+ * Shakes the screen.
+ */
+ void shakeScreen(const int16 numShakes, const ShakeDirection direction);
+
#pragma mark -
#pragma mark Mouse cursor
private: