aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/nebular_scenes7.h
diff options
context:
space:
mode:
authorFilippos Karapetis2014-05-07 01:09:19 +0300
committerFilippos Karapetis2014-05-07 01:09:19 +0300
commitb36b6185bee6c4a33dec43d6eb1e13a8bbfef18b (patch)
treea28ef0170adb21803886ca416f63f934499cf30d /engines/mads/nebular/nebular_scenes7.h
parentda3d8f746ca9bac36b995621c8b7d3be2068eecf (diff)
downloadscummvm-rg350-b36b6185bee6c4a33dec43d6eb1e13a8bbfef18b.tar.gz
scummvm-rg350-b36b6185bee6c4a33dec43d6eb1e13a8bbfef18b.tar.bz2
scummvm-rg350-b36b6185bee6c4a33dec43d6eb1e13a8bbfef18b.zip
MADS: Implement Rex Nebular scene 710
Diffstat (limited to 'engines/mads/nebular/nebular_scenes7.h')
-rw-r--r--engines/mads/nebular/nebular_scenes7.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/mads/nebular/nebular_scenes7.h b/engines/mads/nebular/nebular_scenes7.h
index 080c6396e2..0f4947f38f 100644
--- a/engines/mads/nebular/nebular_scenes7.h
+++ b/engines/mads/nebular/nebular_scenes7.h
@@ -62,6 +62,18 @@ public:
virtual void postActions() {};
};
+class Scene710: public Scene7xx {
+public:
+ Scene710(MADSEngine *vm) : Scene7xx(vm) {}
+
+ virtual void setup();
+ virtual void enter();
+ virtual void step();
+ virtual void preActions() {};
+ virtual void actions();
+ virtual void postActions() {};
+};
+
class Scene711: public SceneTeleporter {
public:
Scene711(MADSEngine *vm) : SceneTeleporter(vm) {}