aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/phantom_scenes1.h
diff options
context:
space:
mode:
authorStrangerke2015-10-21 10:21:08 +0200
committerStrangerke2015-10-21 10:21:08 +0200
commit0b046f848a984d072c70ebbeeb3eaa030f102a77 (patch)
tree8cc0e3a1dde7365ab31f95a0b36cb5eb2ee62dc7 /engines/mads/phantom/phantom_scenes1.h
parent4e0b3ca04ba90832e7c56420025ea89ba0af86ba (diff)
downloadscummvm-rg350-0b046f848a984d072c70ebbeeb3eaa030f102a77.tar.gz
scummvm-rg350-0b046f848a984d072c70ebbeeb3eaa030f102a77.tar.bz2
scummvm-rg350-0b046f848a984d072c70ebbeeb3eaa030f102a77.zip
MADS: Phantom: Add scene 150
Diffstat (limited to 'engines/mads/phantom/phantom_scenes1.h')
-rw-r--r--engines/mads/phantom/phantom_scenes1.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/mads/phantom/phantom_scenes1.h b/engines/mads/phantom/phantom_scenes1.h
index 252d393679..e2b4faa79d 100644
--- a/engines/mads/phantom/phantom_scenes1.h
+++ b/engines/mads/phantom/phantom_scenes1.h
@@ -402,6 +402,18 @@ public:
virtual void preActions();
virtual void actions();
};
+
+class Scene150 : public Scene1xx {
+public:
+ Scene150(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