X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftape.h;fp=src%2Ftape.h;h=022e9ca54e7116eca0c651a43c1ffeb33f6db161;hb=1e56877fb87c1004b98e6c5fbb1132da2178b46e;hp=4b914c73d2ac394debdce2a290264708861062ec;hpb=1f4fd82870f1fe0a8eb545c11c726f2fb5f29f14;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);