diff options
Diffstat (limited to 'scumm.h')
-rw-r--r-- | scumm.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2281,6 +2281,8 @@ struct Serializer { bool isSaving() { return _saveOrLoad; } + bool Serializer::checkEOFLoadStream(); + }; extern const uint32 IMxx_tags[]; |