From d98f890029936dfa8139cf8dce4756ec92bc2568 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 5 Mar 2014 09:04:53 -0500 Subject: MADS: Completed implementing drawElements and support methods --- engines/mads/sprites.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'engines/mads/sprites.h') diff --git a/engines/mads/sprites.h b/engines/mads/sprites.h index b1208d0df5..f9ae46ad9b 100644 --- a/engines/mads/sprites.h +++ b/engines/mads/sprites.h @@ -114,6 +114,8 @@ public: Common::Point _pos; Common::Point _offset; uint8 _encoding; + + byte getTransparencyIndex() const; }; class SpriteSlotSubset { @@ -188,6 +190,11 @@ public: */ void drawBackground(); + /** + * Draw any sprites into the foreground of the scene + */ + void drawForeground(MSurface *s); + void cleanUp(); }; -- cgit v1.2.3