From f675f9be936e89bcf9985d660c17510bb497dcf7 Mon Sep 17 00:00:00 2001 From: Dmitry Iskrich Date: Sat, 18 Jun 2016 18:31:20 +0300 Subject: DIRECTOR: Add initial code for QuickTime video --- engines/director/director.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/director/director.h') diff --git a/engines/director/director.h b/engines/director/director.h index 7e32d5f8ca..8a35ac029f 100644 --- a/engines/director/director.h +++ b/engines/director/director.h @@ -61,6 +61,7 @@ public: DirectorSound *getSoundManager() const { return _soundManager; } Archive *getMainArchive() const { return _mainArchive; } Lingo *getLingo() const { return _lingo; } + Score *getCurrentScore() const { return _currentScore; } void setPalette(byte *palette, uint16 count); bool hasFeature(EngineFeature f) const; const byte *getPalette() const { return _currentPalette; } @@ -89,6 +90,7 @@ private: byte *_currentPalette; uint16 _currentPaletteLength; Lingo *_lingo; + Score *_currentScore; }; } // End of namespace Director -- cgit v1.2.3