diff options
Diffstat (limited to 'engines/lab/diff.h')
-rw-r--r-- | engines/lab/diff.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/lab/diff.h b/engines/lab/diff.h index 614148e0de..b4436b8f3f 100644 --- a/engines/lab/diff.h +++ b/engines/lab/diff.h @@ -32,6 +32,7 @@ #define LAB_DIFF_H #include "lab/stddefines.h" +#include "common/file.h" namespace Lab { @@ -74,7 +75,7 @@ void blackAllScreen(); void whiteScreen(); bool readDiff(bool playonce); void diffNextFrame(); -void readSound(bool waitTillFinished); +void readSound(bool waitTillFinished, Common::File *file); void stopDiff(); void stopDiffEnd(); void stopSound(); |