From 8570f052a39eb6ba4efe3764eb152076fbcd2f76 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 5 Jul 2015 19:16:54 -0400 Subject: SHERLOCK: RT: Cleanup and fleshing out of saving --- engines/sherlock/objects.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engines/sherlock/objects.h') diff --git a/engines/sherlock/objects.h b/engines/sherlock/objects.h index 7b42445f48..ef62ff9d26 100644 --- a/engines/sherlock/objects.h +++ b/engines/sherlock/objects.h @@ -29,6 +29,7 @@ #include "common/str.h" #include "sherlock/image_file.h" #include "sherlock/fixed_text.h" +#include "sherlock/saveload.h" namespace Sherlock { @@ -176,6 +177,11 @@ struct UseType: public ActionType { */ void load(Common::SeekableReadStream &s, bool isRoseTattoo); void load3DO(Common::SeekableReadStream &s); + + /** + * Synchronize the data for a savegame + */ + void synchronize(Serializer &s); }; class BaseObject { -- cgit v1.2.3