aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/animation.h')
-rw-r--r--engines/saga/animation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/saga/animation.h b/engines/saga/animation.h
index 8f23ae28a5..89a1e77807 100644
--- a/engines/saga/animation.h
+++ b/engines/saga/animation.h
@@ -138,6 +138,7 @@ public:
void stop(uint16 animId);
void finish(uint16 animId);
void resume(uint16 animId, int cycles);
+ void resumeAll();
int16 getCurrentFrame(uint16 animId);
bool hasCutaway(void) {
return _cutawayActive;