X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftape.h;h=e7f4da6e1cc88ee1d1a489235d53d542b1614165;hp=0924395c0e11a089784c3664044681a230422ff1;hb=a3554a32c803528ed6837477982d7fddcf60072c;hpb=de4a228f8a3b4889d484bc955bae463cee2c6a25 diff --git a/src/tape.h b/src/tape.h index 0924395c..e7f4da6e 100644 --- a/src/tape.h +++ b/src/tape.h @@ -233,6 +233,8 @@ unsigned int GetTapeLengthFrames(void); unsigned int GetTapeLengthSeconds(void); void TapeQuickSave(void); void TapeQuickLoad(void); + +boolean hasSolutionTape(); boolean InsertSolutionTape(void); boolean PlaySolutionTape(void);