CurrentPlaylist.h 427 B

123456789101112
  1. #ifndef NULLSOFT_ML_PLAYLISTS_CURRENTPLAYLIST_H
  2. #define NULLSOFT_ML_PLAYLISTS_CURRENTPLAYLIST_H
  3. bool currentPlaylist_ImportFromDisk(HWND hwnd);
  4. bool currentPlaylist_ImportFromWinamp(HWND hwnd);
  5. bool CurrentPlaylist_DeleteMissing();
  6. void CurrentPlaylist_Export(HWND dlgparent);
  7. bool CurrentPlaylist_AddLocation(HWND hwndDlg);
  8. bool CurrentPlaylist_AddDirectory(HWND hwndDlg);
  9. bool CurrentPlaylist_AddFiles(HWND hwndDlg);
  10. #endif