aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/timeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dm/timeline.h')
-rw-r--r--engines/dm/timeline.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/dm/timeline.h b/engines/dm/timeline.h
index 8f68c35fe2..2d722d5569 100644
--- a/engines/dm/timeline.h
+++ b/engines/dm/timeline.h
@@ -189,6 +189,8 @@ public:
void f255_timelineProcessEvent13_ViAltarRebirth(TimelineEvent *event); // @ F0255_TIMELINE_ProcessEvent13_ViAltarRebirth
void save3_eventsPart(Common::OutSaveFile *file);
void save4_timelinePart(Common::OutSaveFile *file);
+ void load3_eventsPart(Common::InSaveFile* file);
+ void load4_timelinePart(Common::InSaveFile* file);
};