mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
13 lines
No EOL
281 B
C++
13 lines
No EOL
281 B
C++
#include "api_importer.h"
|
|
|
|
class ImporterAPI : public api_itunes_importer
|
|
{
|
|
public:
|
|
bool iTunesExists();
|
|
int ImportFromFile(HWND parent, const wchar_t *library_file);
|
|
int ImportFromiTunes(HWND parent);
|
|
int ImportPlaylistsFromiTunes(HWND parent);
|
|
|
|
protected:
|
|
RECVS_DISPATCH;
|
|
}; |