From 1655a0aa90077296b70d03d61157950bee1cc390 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 11 May 2014 11:06:06 +0200 Subject: MADS: Implement scene 603 --- engines/mads/nebular/nebular_scenes6.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'engines/mads/nebular/nebular_scenes6.h') diff --git a/engines/mads/nebular/nebular_scenes6.h b/engines/mads/nebular/nebular_scenes6.h index cbf384d2c8..cf69f59e6e 100644 --- a/engines/mads/nebular/nebular_scenes6.h +++ b/engines/mads/nebular/nebular_scenes6.h @@ -82,6 +82,22 @@ public: virtual void postActions() {}; }; +class Scene603: public Scene6xx{ +private: + int _compactCaseHotspotId; + int _noteHotspotId; + +public: + Scene603(MADSEngine *vm) : Scene6xx(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 -- cgit v1.2.3