From a0e955d8d327afa83ad96fe1ce765eeba0ce561f Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 5 Mar 2014 20:45:02 -0500 Subject: MADS: More Animation class implementation --- engines/mads/sprites.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/mads/sprites.h') 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 { -- cgit v1.2.3