handle playback-time messages
[uwplayer.git] / application / player.h
index ebd6ab4..26980a6 100644 (file)
@@ -30,6 +30,9 @@
 extern "C" {
 #endif
 
+#define REQ_ID_PLAYBACK_TIME     "11"
+#define REQ_ID_PLAYBACK_TIME_INT 11
+    
 void PlayerOpenFile(MainWindow *win);
 
 void PlayerDestroy(Player *p);