aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/animation.h
diff options
context:
space:
mode:
authoruruk2014-01-15 20:03:06 +0100
committeruruk2014-01-15 20:03:06 +0100
commitde4ec97f6dbb1b97ef8c9eda453f51dbd318cafe (patch)
treeef122274fb7e9ac1df44e16e7df4b433e190a8c3 /engines/avalanche/animation.h
parent96d4b67d417d836a43e9382b020fac5a81e02dca (diff)
downloadscummvm-rg350-de4ec97f6dbb1b97ef8c9eda453f51dbd318cafe.tar.gz
scummvm-rg350-de4ec97f6dbb1b97ef8c9eda453f51dbd318cafe.tar.bz2
scummvm-rg350-de4ec97f6dbb1b97ef8c9eda453f51dbd318cafe.zip
AVALANCHE: Implement wobble, move it to Animation.
Diffstat (limited to 'engines/avalanche/animation.h')
-rw-r--r--engines/avalanche/animation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/avalanche/animation.h b/engines/avalanche/animation.h
index d3b52c704d..aa4e6482a4 100644
--- a/engines/avalanche/animation.h
+++ b/engines/avalanche/animation.h
@@ -129,6 +129,8 @@ public:
void drawLightning(int16 x1, int16 y1, int16 x2, int16 y2);
void thunder();
+ void wobble();
+
void setDirection(Direction dir);
void setOldDirection(Direction dir);
Direction getDirection();