aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/scene_data.h')
-rw-r--r--engines/mads/scene_data.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/mads/scene_data.h b/engines/mads/scene_data.h
index b18eaffcbd..522cd178d0 100644
--- a/engines/mads/scene_data.h
+++ b/engines/mads/scene_data.h
@@ -158,6 +158,11 @@ public:
*/
void deleteEntry(int index);
+ /**
+ * Adds a full screen refresh to the sprite slots
+ */
+ void fullRefresh(bool clearAll = false);
+
SpriteAsset &getSprite(int idx) {
error("TODO");
}
@@ -168,7 +173,6 @@ public:
warning("TODO: SpriteSlots::indexOf");
return -1;
}
-
};
class SpriteSets: public Common::Array<SpriteAsset *> {