X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftape.h;h=022e9ca54e7116eca0c651a43c1ffeb33f6db161;hb=7530e229728f4d1ea54ab8e4393029f34a4a2618;hp=09027d51b035e5ba61bf79868366243132d753fd;hpb=fa64f97687b19543379b872003cd66a2a351e326;p=rocksndiamonds.git diff --git a/src/tape.h b/src/tape.h index 09027d51..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);