X-Git-Url: https://develop.uap-core.de/gitweb/uwplayer.git/blobdiff_plain/5b86e784ed60d047c8d34dec15b35f62cfb1f8f8..3c1675731caaac73d6c362075ffb82bc45d2f060:/application/playlist.h diff --git a/application/playlist.h b/application/playlist.h index abb4e62..5e1a0b8 100644 --- a/application/playlist.h +++ b/application/playlist.h @@ -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