moved code for buttons to stop game or tape to separate functions
[rocksndiamonds.git] / src / tape.h
index 022e9ca54e7116eca0c651a43c1ffeb33f6db161..b418ea33058a111bc78c92618c181bd4e6ef31a0 100644 (file)
@@ -263,6 +263,8 @@ void TapeStartPlaying(void);
 void TapeStopPlaying(void);
 byte *TapePlayAction(void);
 void TapeStop(void);
+void TapeStopGame(void);
+void TapeStopTape(void);
 void TapeErase(void);
 unsigned int GetTapeLengthFrames(void);
 unsigned int GetTapeLengthSeconds(void);