aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/nebular_scenes6.h
diff options
context:
space:
mode:
authorStrangerke2014-05-11 11:06:06 +0200
committerStrangerke2014-05-11 11:06:45 +0200
commit1655a0aa90077296b70d03d61157950bee1cc390 (patch)
treed28d6fe4f18b4cecbcd6d8c87799466da4fdc9a1 /engines/mads/nebular/nebular_scenes6.h
parent3f3040063ac0b874a275a3bf44b48a6283b2404b (diff)
downloadscummvm-rg350-1655a0aa90077296b70d03d61157950bee1cc390.tar.gz
scummvm-rg350-1655a0aa90077296b70d03d61157950bee1cc390.tar.bz2
scummvm-rg350-1655a0aa90077296b70d03d61157950bee1cc390.zip
MADS: Implement scene 603
Diffstat (limited to 'engines/mads/nebular/nebular_scenes6.h')
-rw-r--r--engines/mads/nebular/nebular_scenes6.h16
1 files changed, 16 insertions, 0 deletions
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