X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftape.h;h=1f2a4d8fe6a5b09cf03161ff10d766cf164b9753;hb=5d50a7e10873581345ee63a5afafd43dbd45809b;hp=31151088d2d04681ae011921aff9781824e590d4;hpb=684ddd785539f8e049791894a3246db5dc020766;p=rocksndiamonds.git 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