aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/sprites.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-08 10:53:10 -0500
committerPaul Gilbert2014-03-08 10:53:10 -0500
commit984099ae2ca9dd53b47e44e7815c560c68acbd61 (patch)
treec1497c4e34a3c990d83dd15c97f9bc14dbb40767 /engines/mads/sprites.h
parent9c88ed16828ef6dde467fc03bb9af8d04b0bb3e2 (diff)
downloadscummvm-rg350-984099ae2ca9dd53b47e44e7815c560c68acbd61.tar.gz
scummvm-rg350-984099ae2ca9dd53b47e44e7815c560c68acbd61.tar.bz2
scummvm-rg350-984099ae2ca9dd53b47e44e7815c560c68acbd61.zip
MADS: Implemented stubbed SpriteSlots methods
Diffstat (limited to 'engines/mads/sprites.h')
-rw-r--r--engines/mads/sprites.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/engines/mads/sprites.h b/engines/mads/sprites.h
index b92a6c22a2..2a85115330 100644
--- a/engines/mads/sprites.h
+++ b/engines/mads/sprites.h
@@ -176,13 +176,15 @@ public:
*/
void fullRefresh(bool clearAll = false);
- void deleteTimer(int idx) {
- warning("TODO: SpriteSlots::deleteTimer");
- }
- int getIndex() {
- warning("TODO: SpriteSlots::indexOf");
- return -1;
- }
+ /**
+ * Delete a timer entry with the given Id
+ */
+ void deleteTimer(int seqIndex);
+
+ /**
+ * Add a new slot entry and return it's index
+ */
+ int add();
/**
* Draw any sprites into the background of the scene