X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftape.h;h=022e9ca54e7116eca0c651a43c1ffeb33f6db161;hb=7d6371b626a62594233de7deb9ff95cfdc75602d;hp=4b914c73d2ac394debdce2a290264708861062ec;hpb=5a4a6f4051fc89de7e47cf41d4d3e78dab4283d6;p=rocksndiamonds.git diff --git a/src/tape.h b/src/tape.h index 4b914c73..022e9ca5 100644 --- a/src/tape.h +++ b/src/tape.h @@ -268,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);