X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftape.h;h=23773684aeb794702b18ed56d3d4c1c6dc0b5536;hp=d5a19ac89c61c5eb890f21e0b1de6828bca28882;hb=38212569c2f58866417f26e9c813ed8b23c5b2c4;hpb=1006b2dbfc57cf28d482faa99be6de5a75adeeb3 diff --git a/src/tape.h b/src/tape.h index d5a19ac8..23773684 100644 --- a/src/tape.h +++ b/src/tape.h @@ -194,6 +194,8 @@ struct TapeInfo boolean deactivate_display; boolean auto_play; boolean auto_play_level_solved; + boolean auto_play_level_fixed; + boolean auto_play_level_not_fixable; boolean quick_resume; boolean single_step; boolean changed; @@ -255,7 +257,11 @@ boolean hasSolutionTape(void); boolean InsertSolutionTape(void); boolean PlaySolutionTape(void); -void AutoPlayTape(void); +void UndoTape(void); +void FixTape_ForceSinglePlayer(void); + +void AutoPlayTapes(void); +void PatchTapes(void); void CreateTapeButtons(void); void FreeTapeButtons(void);