mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
14 lines
208 B
C
14 lines
208 B
C
|
#ifndef NULLSOFT_DOWNLOADSPARSEH
|
||
|
#define NULLSOFT_DOWNLOADSPARSEH
|
||
|
|
||
|
#include "DownloadThread.h"
|
||
|
|
||
|
class DownloadsParse : public DownloadThread
|
||
|
{
|
||
|
public:
|
||
|
virtual void ReadNodes(const wchar_t *url);
|
||
|
|
||
|
};
|
||
|
|
||
|
#endif
|