diff options
Diffstat (limited to 'engines/mads/phantom/phantom_scenes3.h')
-rw-r--r-- | engines/mads/phantom/phantom_scenes3.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/mads/phantom/phantom_scenes3.h b/engines/mads/phantom/phantom_scenes3.h index 4e0d2d068e..0c3da8e741 100644 --- a/engines/mads/phantom/phantom_scenes3.h +++ b/engines/mads/phantom/phantom_scenes3.h @@ -167,6 +167,18 @@ public: virtual void preActions(); virtual void actions(); }; + +class Scene307 : public Scene3xx { +public: + Scene307(MADSEngine *vm); + virtual void synchronize(Common::Serializer &s); + + virtual void setup(); + virtual void enter(); + virtual void step(); + virtual void preActions(); + virtual void actions(); +}; } // End of namespace Phantom } // End of namespace MADS |