added (optional) tape buttons to insert or play solution tape
[rocksndiamonds.git] / src / tape.h
index ab3fd55cea32dc09e1f781f212e84b6080e53280..0924395c0e11a089784c3664044681a230422ff1 100644 (file)
@@ -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);