added key shortcuts to restart and replay/resume (before end) the game
[rocksndiamonds.git] / src / tape.h
index 4b914c73d2ac394debdce2a290264708861062ec..022e9ca54e7116eca0c651a43c1ffeb33f6db161 100644 (file)
@@ -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);