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