aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/timeline.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-07-11 14:33:25 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit8c7760bd610173740e623eeac02bf0728488b1c4 (patch)
tree8cb4436019d3689ddc6e255c6e71d06124d0628f /engines/dm/timeline.h
parent9d1afe3022c607a47f73033371411b259114609d (diff)
downloadscummvm-rg350-8c7760bd610173740e623eeac02bf0728488b1c4.tar.gz
scummvm-rg350-8c7760bd610173740e623eeac02bf0728488b1c4.tar.bz2
scummvm-rg350-8c7760bd610173740e623eeac02bf0728488b1c4.zip
DM: Add F0239_TIMELINE_ExtractFirstEvent
Diffstat (limited to 'engines/dm/timeline.h')
-rw-r--r--engines/dm/timeline.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/dm/timeline.h b/engines/dm/timeline.h
index b77c0d1081..b5728a0d95 100644
--- a/engines/dm/timeline.h
+++ b/engines/dm/timeline.h
@@ -159,6 +159,9 @@ public:
bool f234_isEventABeforeB(TimelineEvent *eventA, TimelineEvent *eventB); // @ F0234_TIMELINE_IsEventABeforeEventB
uint16 f235_getIndex(uint16 eventIndex); // @ F0235_TIMELINE_GetIndex
uint16 f238_addEventGetEventIndex(TimelineEvent *event); // @ F0238_TIMELINE_AddEvent_GetEventIndex_CPSE
+ void f261_processTimeline(); // @ F0261_TIMELINE_Process_CPSEF
+ bool f240_isFirstEventExpiered(); // @ F0240_TIMELINE_IsFirstEventExpired_CPSE
+ void f239_timelineExtractFirstEvent(TimelineEvent *event); // @ F0239_TIMELINE_ExtractFirstEvent
};