X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftape.h;h=e1482e4768e29ec99fabef8a576ae54c5c328286;hb=601cca5b35649856ff49e1bcb3806592b736662c;hp=6a41a94d8bdf96ae53763d725bc4550aa3d8fbb6;hpb=c9433eab5c4317ed4f89164b386a7d33562e29be;p=rocksndiamonds.git diff --git a/src/tape.h b/src/tape.h index 6a41a94d..e1482e47 100644 --- a/src/tape.h +++ b/src/tape.h @@ -98,7 +98,10 @@ unsigned int GetTapeLength(void); void TapeQuickSave(void); void TapeQuickLoad(void); +void AutoPlayTape(void); + void CreateTapeButtons(); +void FreeTapeButtons(); void MapTapeEjectButton(); void MapTapeIndexButton(); void MapTapeButtons();