X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftape.h;h=1f2a4d8fe6a5b09cf03161ff10d766cf164b9753;hp=31151088d2d04681ae011921aff9781824e590d4;hb=cc17a49a1a63c1df0e55a5afd510698e21b71dfe;hpb=23c658debac513b4ab7e2d1c0f5a8cc011f6927b diff --git a/src/tape.h b/src/tape.h index 31151088..1f2a4d8f 100644 --- a/src/tape.h +++ b/src/tape.h @@ -31,4 +31,8 @@ void TapeStop(void); void TapeErase(void); unsigned int GetTapeLength(void); +void CreateTapeButtons(); +void MapTapeButtons(); +void UnmapTapeButtons(); + #endif