aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/anim.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lab/anim.h')
-rw-r--r--engines/lab/anim.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/lab/anim.h b/engines/lab/anim.h
index 7e2156742e..3c236f39ff 100644
--- a/engines/lab/anim.h
+++ b/engines/lab/anim.h
@@ -83,9 +83,20 @@ public:
bool _noPalChange; // Don't change the palette.
BitMap _rawDiffBM;
+ /**
+ * Reads in a DIFF file.
+ */
void readDiff(Common::File *diffFile, bool playOnce, bool onlyDiffData = false);
void diffNextFrame(bool onlyDiffData = false);
+
+ /**
+ * Stops an animation from running.
+ */
void stopDiff();
+
+ /**
+ * Stops an animation from running.
+ */
void stopDiffEnd();
};