From b36b6185bee6c4a33dec43d6eb1e13a8bbfef18b Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 7 May 2014 01:09:19 +0300 Subject: MADS: Implement Rex Nebular scene 710 --- engines/mads/nebular/nebular_scenes7.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'engines/mads/nebular/nebular_scenes7.h') 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) {} -- cgit v1.2.3