aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/phantom_scenes1.h
diff options
context:
space:
mode:
authorStrangerke2015-10-20 22:50:26 +0200
committerStrangerke2015-10-20 22:50:26 +0200
commit4e0b3ca04ba90832e7c56420025ea89ba0af86ba (patch)
tree45f30509d9bcf7ca0587fdd2de8bda3e65c0a298 /engines/mads/phantom/phantom_scenes1.h
parent44a28dbd49b4f4b19a609d5447a23f92e80545e5 (diff)
downloadscummvm-rg350-4e0b3ca04ba90832e7c56420025ea89ba0af86ba.tar.gz
scummvm-rg350-4e0b3ca04ba90832e7c56420025ea89ba0af86ba.tar.bz2
scummvm-rg350-4e0b3ca04ba90832e7c56420025ea89ba0af86ba.zip
MADS: Phantom: Implement scene 114
Diffstat (limited to 'engines/mads/phantom/phantom_scenes1.h')
-rw-r--r--engines/mads/phantom/phantom_scenes1.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/mads/phantom/phantom_scenes1.h b/engines/mads/phantom/phantom_scenes1.h
index 8a9ba8468f..252d393679 100644
--- a/engines/mads/phantom/phantom_scenes1.h
+++ b/engines/mads/phantom/phantom_scenes1.h
@@ -391,6 +391,17 @@ public:
virtual void actions();
};
+class Scene114 : public Scene1xx {
+public:
+ Scene114(MADSEngine *vm);
+ virtual void synchronize(Common::Serializer &s);
+
+ virtual void setup();
+ virtual void enter();
+ virtual void step();
+ virtual void preActions();
+ virtual void actions();
+};
} // End of namespace Phantom
} // End of namespace MADS