aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene_data.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-04 20:06:48 -0500
committerPaul Gilbert2014-03-04 20:06:48 -0500
commit1607a9104700e987cacfec41aaafd25d979aeb98 (patch)
tree06d7b94d3599c58c4cfb5f2c604b6bddb0acc2ee /engines/mads/scene_data.h
parentf6888eef1069ac5df07c3f4dcc3a30755bc4ebb0 (diff)
downloadscummvm-rg350-1607a9104700e987cacfec41aaafd25d979aeb98.tar.gz
scummvm-rg350-1607a9104700e987cacfec41aaafd25d979aeb98.tar.bz2
scummvm-rg350-1607a9104700e987cacfec41aaafd25d979aeb98.zip
MADS: Finished remainder of Scene::doFrame
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 *> {