aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/nebular_scenes3.h
diff options
context:
space:
mode:
authorStrangerke2014-04-27 10:47:58 +0200
committerStrangerke2014-04-27 10:47:58 +0200
commitbf106aeb6a18dc019c7775f48338346c527f16aa (patch)
tree8f6c462d5c5487de18efe459fc59174c0c47b647 /engines/mads/nebular/nebular_scenes3.h
parentda1b4c8316d0b960b6e44553a965e863c6ba2345 (diff)
downloadscummvm-rg350-bf106aeb6a18dc019c7775f48338346c527f16aa.tar.gz
scummvm-rg350-bf106aeb6a18dc019c7775f48338346c527f16aa.tar.bz2
scummvm-rg350-bf106aeb6a18dc019c7775f48338346c527f16aa.zip
MADS: Implement scene 358
Diffstat (limited to 'engines/mads/nebular/nebular_scenes3.h')
-rw-r--r--engines/mads/nebular/nebular_scenes3.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/mads/nebular/nebular_scenes3.h b/engines/mads/nebular/nebular_scenes3.h
index e27806b182..60b3bc1869 100644
--- a/engines/mads/nebular/nebular_scenes3.h
+++ b/engines/mads/nebular/nebular_scenes3.h
@@ -422,6 +422,18 @@ public:
virtual void actions();
virtual void postActions() {};
};
+
+class Scene358: public Scene3xx {
+public:
+ Scene358(MADSEngine *vm) : Scene3xx(vm) {}
+
+ virtual void setup();
+ virtual void enter();
+ virtual void step() {};
+ virtual void preActions();
+ virtual void actions();
+ virtual void postActions() {};
+};
} // End of namespace Nebular
} // End of namespace MADS