diff options
Diffstat (limited to 'engines/dm/timeline.h')
-rw-r--r-- | engines/dm/timeline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dm/timeline.h b/engines/dm/timeline.h index b5728a0d95..7e94ed7543 100644 --- a/engines/dm/timeline.h +++ b/engines/dm/timeline.h @@ -162,6 +162,7 @@ public: void f261_processTimeline(); // @ F0261_TIMELINE_Process_CPSEF bool f240_isFirstEventExpiered(); // @ F0240_TIMELINE_IsFirstEventExpired_CPSE void f239_timelineExtractFirstEvent(TimelineEvent *event); // @ F0239_TIMELINE_ExtractFirstEvent + void f241_timelineProcessEvent1_doorAnimation(TimelineEvent *event); // @ F0241_TIMELINE_ProcessEvent1_DoorAnimation }; |