aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.h
diff options
context:
space:
mode:
authorJohannes Schickel2006-03-20 19:01:39 +0000
committerJohannes Schickel2006-03-20 19:01:39 +0000
commit9031b27349c9ceaac6adce49e44b929cdc106529 (patch)
tree8370b78fd466d1cc3d5d760876b93afb3a2e7fcb /engines/kyra/screen.h
parent47a643ce406c9b7cc988c5e7d7c290f55e9526ca (diff)
downloadscummvm-rg350-9031b27349c9ceaac6adce49e44b929cdc106529.tar.gz
scummvm-rg350-9031b27349c9ceaac6adce49e44b929cdc106529.tar.bz2
scummvm-rg350-9031b27349c9ceaac6adce49e44b929cdc106529.zip
Implements cmd_shakeScreen.
svn-id: r21394
Diffstat (limited to 'engines/kyra/screen.h')
-rw-r--r--engines/kyra/screen.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/kyra/screen.h b/engines/kyra/screen.h
index 5b50e2e5b1..22586e4c01 100644
--- a/engines/kyra/screen.h
+++ b/engines/kyra/screen.h
@@ -130,7 +130,9 @@ public:
static void decodeFrameDeltaPage(uint8 *dst, const uint8 *src, int pitch, int noXor);
uint8 *encodeShape(int x, int y, int w, int h, int flags);
void copyRegionToBuffer(int pageNum, int x, int y, int w, int h, uint8 *dest);
-
+
+ void shakeScreen(int times);
+
int getRectSize(int x, int y);
void hideMouse();
void showMouse();