X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftape.h;h=e7f4da6e1cc88ee1d1a489235d53d542b1614165;hp=ab3fd55cea32dc09e1f781f212e84b6080e53280;hb=6cf34a189f4a3707c9131652621dd67731f14f6b;hpb=ede9654611727236d92fb50575bb937231acff71 diff --git a/src/tape.h b/src/tape.h index ab3fd55c..e7f4da6e 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,10 @@ unsigned int GetTapeLengthFrames(void); unsigned int GetTapeLengthSeconds(void); void TapeQuickSave(void); void TapeQuickLoad(void); -void InsertSolutionTape(void); + +boolean hasSolutionTape(); +boolean InsertSolutionTape(void); +boolean PlaySolutionTape(void); void AutoPlayTape(void);