SHERLOCK: RT: Cleanup and fleshing out of saving
This commit is contained in:
parent
2466302903
commit
8570f052a3
10 changed files with 98 additions and 49 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue