X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftape.h;h=23773684aeb794702b18ed56d3d4c1c6dc0b5536;hp=341dca22e2c9aa3d937d4ed526af675c7c44b284;hb=38212569c2f58866417f26e9c813ed8b23c5b2c4;hpb=e534f3cf4f5640bf422bb1484e1cc45c0a4b5339 diff --git a/src/tape.h b/src/tape.h index 341dca22..23773684 100644 --- a/src/tape.h +++ b/src/tape.h @@ -257,6 +257,9 @@ boolean hasSolutionTape(void); boolean InsertSolutionTape(void); boolean PlaySolutionTape(void); +void UndoTape(void); +void FixTape_ForceSinglePlayer(void); + void AutoPlayTapes(void); void PatchTapes(void);