mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 19:25:46 -04:00
Initial community commit
This commit is contained in:
8
Src/Plugins/Library/ml_wire/XMLWriter.h
Normal file
8
Src/Plugins/Library/ml_wire/XMLWriter.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef NULLSOFT_XMLWRITERH
|
||||
#define NULLSOFT_XMLWRITERH
|
||||
#include "Wire.h"
|
||||
#include "Downloaded.h"
|
||||
void SaveChannels(const wchar_t *fileName, ChannelList &channels);
|
||||
|
||||
void SaveSettings(const wchar_t *fileName, DownloadList &downloads);
|
||||
#endif
|
Reference in New Issue
Block a user