aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm.h b/scumm.h
index 88fc48cb93..581e89fbe8 100644
--- a/scumm.h
+++ b/scumm.h
@@ -2281,6 +2281,8 @@ struct Serializer {
bool isSaving() { return _saveOrLoad; }
+ bool Serializer::checkEOFLoadStream();
+
};
extern const uint32 IMxx_tags[];