aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/phantom_scenes1.h
diff options
context:
space:
mode:
authorStrangerke2015-10-18 20:51:42 +0200
committerStrangerke2015-10-18 20:51:42 +0200
commit5f3c0cf63aeaf46f30f40a5b7f9a119199dcc194 (patch)
treeb0961ae85c07e0dbe02b769f6449b2d2a8001fa4 /engines/mads/phantom/phantom_scenes1.h
parentaa61aabdaf25ccfb7997592d62838090894e52c6 (diff)
downloadscummvm-rg350-5f3c0cf63aeaf46f30f40a5b7f9a119199dcc194.tar.gz
scummvm-rg350-5f3c0cf63aeaf46f30f40a5b7f9a119199dcc194.tar.bz2
scummvm-rg350-5f3c0cf63aeaf46f30f40a5b7f9a119199dcc194.zip
MADS: Phantom: Add logic for scene 107
Diffstat (limited to 'engines/mads/phantom/phantom_scenes1.h')
-rw-r--r--engines/mads/phantom/phantom_scenes1.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/engines/mads/phantom/phantom_scenes1.h b/engines/mads/phantom/phantom_scenes1.h
index 1c3ab89380..ad91b8edf9 100644
--- a/engines/mads/phantom/phantom_scenes1.h
+++ b/engines/mads/phantom/phantom_scenes1.h
@@ -193,8 +193,6 @@ public:
};
class Scene105 : public Scene1xx {
-private:
-
public:
Scene105(MADSEngine *vm);
virtual void synchronize(Common::Serializer &s);
@@ -219,6 +217,20 @@ public:
virtual void preActions();
virtual void actions();
};
+
+class Scene107 : public Scene1xx {
+private:
+
+public:
+ Scene107(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