aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/phantom_scenes4.h
diff options
context:
space:
mode:
authorStrangerke2015-11-02 15:40:13 +0100
committerStrangerke2015-11-02 15:40:13 +0100
commita7ebf1b755ed8c7e2cd517395a6c279d27d5cc1a (patch)
treef0cf9b6671f7e88d5ae8b4ee493526588c26b0a0 /engines/mads/phantom/phantom_scenes4.h
parent70de0278af72e1dcd532dc73875d07928fc8d553 (diff)
downloadscummvm-rg350-a7ebf1b755ed8c7e2cd517395a6c279d27d5cc1a.tar.gz
scummvm-rg350-a7ebf1b755ed8c7e2cd517395a6c279d27d5cc1a.tar.bz2
scummvm-rg350-a7ebf1b755ed8c7e2cd517395a6c279d27d5cc1a.zip
MADS: Phantom: Implement scene 410
Diffstat (limited to 'engines/mads/phantom/phantom_scenes4.h')
-rw-r--r--engines/mads/phantom/phantom_scenes4.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/engines/mads/phantom/phantom_scenes4.h b/engines/mads/phantom/phantom_scenes4.h
index 0de833fc69..249d1d1119 100644
--- a/engines/mads/phantom/phantom_scenes4.h
+++ b/engines/mads/phantom/phantom_scenes4.h
@@ -202,6 +202,21 @@ public:
virtual void actions();
};
+class Scene410 : public Scene4xx {
+private:
+ int _skullSequence[26];
+ void getLeverInfo(Common::Point *pos, int *type, int lever_number, int *noun);
+
+public:
+ Scene410(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