X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftape.h;h=022e9ca54e7116eca0c651a43c1ffeb33f6db161;hb=7530e229728f4d1ea54ab8e4393029f34a4a2618;hp=e710fa33fb2110737019b11a82fee5dd9345568d;hpb=0feae4f4d0bc1f62266a0508306a87c78c6e41f9;p=rocksndiamonds.git diff --git a/src/tape.h b/src/tape.h index e710fa33..022e9ca5 100644 --- a/src/tape.h +++ b/src/tape.h @@ -239,6 +239,7 @@ struct TapeInfo boolean show_game_buttons; // show game buttons in tape viewport + boolean no_info_chunk; // used to identify old tape file format boolean no_valid_file; // set when tape file missing or invalid }; @@ -267,6 +268,8 @@ unsigned int GetTapeLengthFrames(void); unsigned int GetTapeLengthSeconds(void); void TapeQuickSave(void); void TapeQuickLoad(void); +void TapeRestartGame(void); +void TapeReplayAndPauseBeforeEnd(void); boolean hasSolutionTape(void); boolean InsertSolutionTape(void); @@ -275,7 +278,8 @@ boolean PlaySolutionTape(void); void UndoTape(void); void FixTape_ForceSinglePlayer(void); -void AutoPlayTapes(void); +int AutoPlayTapes(void); +int AutoPlayTapesContinue(void); void PatchTapes(void); void CreateTapeButtons(void);