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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/lab/anim.h b/engines/lab/anim.h
index 3fed57d929..170e84d14b 100644
--- a/engines/lab/anim.h
+++ b/engines/lab/anim.h
@@ -114,14 +114,13 @@ public:
bool VUnDIFFMemory(byte *dest, byte *diff, uint16 headerSize, uint16 copySize, uint16 bytesPerRow);
void runLengthDecode(byte *dest, byte *source);
void VRunLengthDecode(byte *dest, byte *source, uint16 bytesPerRow);
- bool readDiff(bool playOnce);
+ bool readDiff(byte *buffer, bool playOnce);
+ void playDiff(byte *buffer);
void diffNextFrame();
void readSound(bool waitTillFinished, Common::File *file);
void stopDiff();
void stopDiffEnd();
void stopSound();
- void playDiff();
-
};
} // End of namespace Lab