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