aboutsummaryrefslogtreecommitdiff
path: root/engines/director/score.h
diff options
context:
space:
mode:
authorstevenhoefel2017-01-13 22:39:58 +1100
committerstevenhoefel2017-01-13 22:39:58 +1100
commit9cb400e05c160ffcca643a6273769d55aefb26b3 (patch)
treecf91de1f8ba5dd92f450e69abef91974dd1dae65 /engines/director/score.h
parent08cdd94973234a2ce49e5383304ecdabb6b7e03c (diff)
downloadscummvm-rg350-9cb400e05c160ffcca643a6273769d55aefb26b3.tar.gz
scummvm-rg350-9cb400e05c160ffcca643a6273769d55aefb26b3.tar.bz2
scummvm-rg350-9cb400e05c160ffcca643a6273769d55aefb26b3.zip
DIRECTOR: Style fixes plus 1/8bpp corrections.
Diffstat (limited to 'engines/director/score.h')
-rw-r--r--engines/director/score.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/director/score.h b/engines/director/score.h
index cc3289e946..9b92e48f93 100644
--- a/engines/director/score.h
+++ b/engines/director/score.h
@@ -75,6 +75,7 @@ public:
Common::String getMacName() const { return _macName; }
Sprite *getSpriteById(uint16 id);
void setSpriteCasts();
+ Graphics::ManagedSurface *getSurface() { return _surface; }
private:
void update();