aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/cine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/cine.h')
-rw-r--r--engines/cine/cine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/cine/cine.h b/engines/cine/cine.h
index 20e32b0df7..884520d65f 100644
--- a/engines/cine/cine.h
+++ b/engines/cine/cine.h
@@ -101,6 +101,9 @@ private:
void resetEngine();
bool loadPlainSaveFW(Common::SeekableReadStream &in, CineSaveGameFormat saveGameFormat);
bool makeLoad(char *saveName);
+ void makeSaveFW(Common::OutSaveFile &out);
+ void makeSaveOS(Common::OutSaveFile &out);
+ void makeSave(char *saveFileName);
void mainLoop(int bootScriptIdx);
void readVolCnf();