aboutsummaryrefslogtreecommitdiff
path: root/engines/director/director.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/director/director.h')
-rw-r--r--engines/director/director.h2
1 files changed, 2 insertions, 0 deletions
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