rnd-19990124-1
[rocksndiamonds.git] / src / tape.h
index 31151088d2d04681ae011921aff9781824e590d4..1f2a4d8fe6a5b09cf03161ff10d766cf164b9753 100644 (file)
@@ -31,4 +31,8 @@ void TapeStop(void);
 void TapeErase(void);
 unsigned int GetTapeLength(void);
 
+void CreateTapeButtons();
+void MapTapeButtons();
+void UnmapTapeButtons();
+
 #endif