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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/mads/nebular/nebular_scenes2.h b/engines/mads/nebular/nebular_scenes2.h
index 35a6ff1062..918b2f7f5d 100644
--- a/engines/mads/nebular/nebular_scenes2.h
+++ b/engines/mads/nebular/nebular_scenes2.h
@@ -61,6 +61,12 @@ public:
};
class Scene202: public Scene2xx {
+private:
+ int subStep1(int var2);
+ int subStep2(int var2);
+ int subStep3(int var2);
+ int subStep4(int var2);
+
public:
Scene202(MADSEngine *vm) : Scene2xx(vm) {}
virtual void setup();
@@ -69,6 +75,8 @@ public:
virtual void preActions();
virtual void actions();
virtual void postActions() {};
+
+ void setRandomKernelMessage();
};
} // End of namespace Nebular
} // End of namespace MADS