handle btn1 in sidebar, switchable tracks
[uwplayer.git] / application / playlist.h
index abb4e62..5e1a0b8 100644 (file)
@@ -35,6 +35,8 @@ void PlayListAddFile(MainWindow *win, const char *file);
 
 void PlayListPlayNext(MainWindow *win, bool force);
 
+void PlayListPlayTrack(MainWindow *win, int i);
+
 #ifdef __cplusplus
 }
 #endif