X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftape.h;h=0924395c0e11a089784c3664044681a230422ff1;hb=400c25c653549b236d701d6b0d9b47a9565ec5be;hp=ab3fd55cea32dc09e1f781f212e84b6080e53280;hpb=ede9654611727236d92fb50575bb937231acff71;p=rocksndiamonds.git diff --git a/src/tape.h b/src/tape.h index ab3fd55c..0924395c 100644 --- a/src/tape.h +++ b/src/tape.h @@ -109,6 +109,8 @@ struct TapeButtonInfo struct XY pause; struct XY record; struct XY play; + struct XY insert_solution; + struct XY play_solution; }; struct TapeSymbolInfo @@ -231,7 +233,8 @@ unsigned int GetTapeLengthFrames(void); unsigned int GetTapeLengthSeconds(void); void TapeQuickSave(void); void TapeQuickLoad(void); -void InsertSolutionTape(void); +boolean InsertSolutionTape(void); +boolean PlaySolutionTape(void); void AutoPlayTape(void);