aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/action.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-04-22 23:00:41 -0400
committerPaul Gilbert2014-04-22 23:00:41 -0400
commit0e9e6cda40ee0bf739e6c7a6320a81307df7c8b9 (patch)
treed69131833413f6bd75ef84e95c64cc54da568e8e /engines/mads/action.h
parent3f1a49b567aac10fe8a195f7a2b8e07603470a72 (diff)
downloadscummvm-rg350-0e9e6cda40ee0bf739e6c7a6320a81307df7c8b9.tar.gz
scummvm-rg350-0e9e6cda40ee0bf739e6c7a6320a81307df7c8b9.tar.bz2
scummvm-rg350-0e9e6cda40ee0bf739e6c7a6320a81307df7c8b9.zip
MADS: Beginnings of savegame synchronisation
Diffstat (limited to 'engines/mads/action.h')
-rw-r--r--engines/mads/action.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/mads/action.h b/engines/mads/action.h
index 599fb0e4f9..c588a42324 100644
--- a/engines/mads/action.h
+++ b/engines/mads/action.h
@@ -24,6 +24,7 @@
#define MADS_ACTION_H
#include "common/scummsys.h"
+#include "common/serializer.h"
#include "common/str.h"
namespace MADS {
@@ -76,6 +77,8 @@ struct ActionDetails {
int _verbId;
int _objectNameId;
int _indirectObjectId;
+
+ void synchronize(Common::Serializer &s);
};
struct ActionSavedFields {