mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 16:15:46 -04:00
Initial community commit
This commit is contained in:
12
Src/Plugins/SDK/ml_iso/main.h
Normal file
12
Src/Plugins/SDK/ml_iso/main.h
Normal file
@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
#include "..\..\General\gen_ml\ml.h"
|
||||
|
||||
extern winampMediaLibraryPlugin plugin;
|
||||
|
||||
void ConvertItemRecordListToISO(const itemRecordList *list);
|
||||
void ConvertFilenamesToISO(const char *filenames);
|
||||
void ConvertPlaylistToISO(const mlPlaylist *playlist);
|
||||
void ConvertPlaylistsToISO(const mlPlaylist **playlist);
|
||||
void ConvertUnicodeItemRecordListToISO(const itemRecordListW *list);
|
||||
void ConvertUnicodeFilenamesToISO(const wchar_t *filenames);
|
||||
|
Reference in New Issue
Block a user