rnd-20100310-1-src
[rocksndiamonds.git] / src / tape.h
index fe636495df8b07380d58bb0fe4ce6c775ddb3023..cafa235d41170fc46ad4191df5a0509510b17172 100644 (file)
@@ -138,6 +138,9 @@ void DrawCompleteVideoDisplay(void);
 void TapeDeactivateDisplayOn();
 void TapeDeactivateDisplayOff(boolean);
 
+void TapeSetDateFromEpochSeconds(time_t);
+void TapeSetDateFromNow();
+
 void TapeStartRecording(long);
 void TapeHaltRecording(void);
 void TapeStopRecording(void);
@@ -162,4 +165,6 @@ void MapTapeWarpButton();
 void MapTapeButtons();
 void UnmapTapeButtons();
 
+void HandleTapeButtonKeys(Key);
+
 #endif