aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/nebular_scenes2.h
diff options
context:
space:
mode:
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