mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 05:35:46 -04:00
Initial community commit
This commit is contained in:
13
Src/Plugins/Library/ml_impex/ImporterAPI.h
Normal file
13
Src/Plugins/Library/ml_impex/ImporterAPI.h
Normal file
@ -0,0 +1,13 @@
|
||||
#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;
|
||||
};
|
Reference in New Issue
Block a user