aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/nebular_scenes2.h
diff options
context:
space:
mode:
authorStrangerke2014-03-24 01:14:16 +0100
committerStrangerke2014-03-24 01:14:16 +0100
commitc57acfb154999b3976c07d6512657c02cc4ef468 (patch)
tree8831a09b0428aacf08b7c85746fff6d0a84b36f4 /engines/mads/nebular/nebular_scenes2.h
parent7f4dbf7d48b6db8d82d33b569c22f104fc153dd3 (diff)
downloadscummvm-rg350-c57acfb154999b3976c07d6512657c02cc4ef468.tar.gz
scummvm-rg350-c57acfb154999b3976c07d6512657c02cc4ef468.tar.bz2
scummvm-rg350-c57acfb154999b3976c07d6512657c02cc4ef468.zip
MADS: Implement scene 203
Diffstat (limited to 'engines/mads/nebular/nebular_scenes2.h')
-rw-r--r--engines/mads/nebular/nebular_scenes2.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/mads/nebular/nebular_scenes2.h b/engines/mads/nebular/nebular_scenes2.h
index a1faf53055..b49cf96809 100644
--- a/engines/mads/nebular/nebular_scenes2.h
+++ b/engines/mads/nebular/nebular_scenes2.h
@@ -78,6 +78,17 @@ public:
void setRandomKernelMessage();
};
+
+class Scene203: public Scene2xx {
+public:
+ Scene203(MADSEngine *vm) : Scene2xx(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