mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
13 lines
208 B
C++
13 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
|