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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mads/sprites.h b/engines/mads/sprites.h
index f9ae46ad9b..49f13add21 100644
--- a/engines/mads/sprites.h
+++ b/engines/mads/sprites.h
@@ -139,6 +139,8 @@ public:
SpriteSlot(SpriteType type, int seqIndex);
void setup(int dirtyAreaIndex);
+ bool operator==(const SpriteSlotSubset &other) const;
+ void copy(const SpriteSlotSubset &other);
};
class SpriteSlots : public Common::Array<SpriteSlot> {