aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/game_nebular.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-04-23 21:01:48 -0400
committerPaul Gilbert2014-04-23 21:01:48 -0400
commitc1a90cdda1f1424cb9b6b2e91b82c47cf0913335 (patch)
treeec98a3d3e3a562488484de697773b4d240140413 /engines/mads/nebular/game_nebular.h
parentee1a33946fb8f7b61d37e15285e1c5f21f012aa0 (diff)
downloadscummvm-rg350-c1a90cdda1f1424cb9b6b2e91b82c47cf0913335.tar.gz
scummvm-rg350-c1a90cdda1f1424cb9b6b2e91b82c47cf0913335.tar.bz2
scummvm-rg350-c1a90cdda1f1424cb9b6b2e91b82c47cf0913335.zip
MADS: Further synchronization implementation
Diffstat (limited to 'engines/mads/nebular/game_nebular.h')
-rw-r--r--engines/mads/nebular/game_nebular.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mads/nebular/game_nebular.h b/engines/mads/nebular/game_nebular.h
index 7d64e3e49f..0e2d564236 100644
--- a/engines/mads/nebular/game_nebular.h
+++ b/engines/mads/nebular/game_nebular.h
@@ -73,6 +73,8 @@ public:
virtual void unhandledAction();
virtual void step();
+
+ virtual void synchronize(Common::Serializer &s, bool phase1);
};