blob: 8f70ceb9cb80202d9470c26dc2b430818731383d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef NULLSOFT_DOWNLOADSPARSEH
#define NULLSOFT_DOWNLOADSPARSEH
#include "DownloadThread.h"
class DownloadsParse : public DownloadThread
{
public:
virtual void ReadNodes(const wchar_t *url);
};
#endif
|