aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/messages.h')
-rw-r--r--engines/fullpipe/messages.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/fullpipe/messages.h b/engines/fullpipe/messages.h
index 44245bcf19..30ded96f08 100644
--- a/engines/fullpipe/messages.h
+++ b/engines/fullpipe/messages.h
@@ -124,6 +124,7 @@ class MessageQueue : public CObject {
void addExCommand(ExCommand *ex);
void addExCommandToEnd(ExCommand *ex);
+ void insertExCommandAt(int pos, ExCommand *ex);
ExCommand *getExCommandByIndex(uint idx);
void deleteExCommandByIndex(uint idx, bool doFree);