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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mads/sequence.h b/engines/mads/sequence.h
index df491703d4..0343e9c970 100644
--- a/engines/mads/sequence.h
+++ b/engines/mads/sequence.h
@@ -127,6 +127,7 @@ public:
void setMotion(int seqIndex, int flags, int deltaX, int deltaY);
int addStampCycle(int srcSpriteIdx, bool flipped, int sprite);
+ int setTimingTrigger(int delay, int code);
};
} // End of namespace MADS