X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftape.h;h=e7f4da6e1cc88ee1d1a489235d53d542b1614165;hb=765dcb99ef77ec52dd1e5f0a459ce5ffffcc9cd6;hp=0924395c0e11a089784c3664044681a230422ff1;hpb=de4a228f8a3b4889d484bc955bae463cee2c6a25;p=rocksndiamonds.git 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);