aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/sequence.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/sequence.h')
-rw-r--r--engines/mads/sequence.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mads/sequence.h b/engines/mads/sequence.h
index f73d48bb8f..80f695cf5a 100644
--- a/engines/mads/sequence.h
+++ b/engines/mads/sequence.h
@@ -102,6 +102,8 @@ public:
void setAnimRange(int seqIndex, int startVal, int endVal);
void scan();
void setDepth(int seqIndex, int depth);
+ int addSpriteCycle(int srcSpriteIdx, bool flipped, int numTicks, int triggerCountdown, int timeoutTicks, int extraTicks);
+ int startCycle(int srcSpriteIdx, bool flipped, int cycleIndex);
};
} // End of namespace MADS