11 lines
155 B
C++
11 lines
155 B
C++
#ifndef WIN32GTKDOWNLOADER_H
|
|
#define WIN32GTKDOWNLOADER_H
|
|
|
|
class Win32GtkDownloader
|
|
{
|
|
public:
|
|
Win32GtkDownloader();
|
|
};
|
|
|
|
#endif // WIN32GTKDOWNLOADER_H
|