diff options
Diffstat (limited to 'engines/avalanche/animation.h')
-rw-r--r-- | engines/avalanche/animation.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/avalanche/animation.h b/engines/avalanche/animation.h index cda5f05bd0..aa4e6482a4 100644 --- a/engines/avalanche/animation.h +++ b/engines/avalanche/animation.h @@ -125,6 +125,12 @@ public: void handleMoveKey(const Common::Event &event); void hideInCupboard(); + // These 2 functions are responsible for playing the thunder animation when the player swears too much. + void drawLightning(int16 x1, int16 y1, int16 x2, int16 y2); + void thunder(); + + void wobble(); + void setDirection(Direction dir); void setOldDirection(Direction dir); Direction getDirection(); |