X-Git-Url: https://develop.uap-core.de/gitweb/uwplayer.git/blobdiff_plain/1e4681c09375d0a2aece4ebdcd4a3d5badee5fc6..01d5015ba093f8c5fdb18b669943c7da6450e72f:/application/playlist.h diff --git a/application/playlist.h b/application/playlist.h index abb4e62..26df47b 100644 --- a/application/playlist.h +++ b/application/playlist.h @@ -35,6 +35,10 @@ void PlayListAddFile(MainWindow *win, const char *file); void PlayListPlayNext(MainWindow *win, bool force); +void PlayListPlayTrack(MainWindow *win, int i); + +void PlayListClear(MainWindow *win); + #ifdef __cplusplus } #endif