SHERLOCK: RT: Cleanup and fleshing out of saving

This commit is contained in:
Paul Gilbert 2015-07-05 19:16:54 -04:00
parent 2466302903
commit 8570f052a3
10 changed files with 98 additions and 49 deletions

View file

@ -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 {