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