aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/phantom_scenes1.h
diff options
context:
space:
mode:
authorStrangerke2015-10-18 14:59:13 +0200
committerStrangerke2015-10-18 14:59:13 +0200
commitaa61aabdaf25ccfb7997592d62838090894e52c6 (patch)
tree8a916880d940387e1b64cf5aba5c87e73a170137 /engines/mads/phantom/phantom_scenes1.h
parent08cbf3d8436f83cc35a582b1bff56c158930f95e (diff)
downloadscummvm-rg350-aa61aabdaf25ccfb7997592d62838090894e52c6.tar.gz
scummvm-rg350-aa61aabdaf25ccfb7997592d62838090894e52c6.tar.bz2
scummvm-rg350-aa61aabdaf25ccfb7997592d62838090894e52c6.zip
MADS: Phantom: Implement scene 106
Diffstat (limited to 'engines/mads/phantom/phantom_scenes1.h')
-rw-r--r--engines/mads/phantom/phantom_scenes1.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/mads/phantom/phantom_scenes1.h b/engines/mads/phantom/phantom_scenes1.h
index 83b94bae91..1c3ab89380 100644
--- a/engines/mads/phantom/phantom_scenes1.h
+++ b/engines/mads/phantom/phantom_scenes1.h
@@ -206,6 +206,19 @@ public:
virtual void actions();
};
+class Scene106 : public Scene1xx {
+private:
+ int _sandbagHostpotId;
+public:
+ Scene106(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