This commit is contained in:
2025-11-25 11:06:11 +01:00
parent e82038e7cf
commit f2e3242d82
2 changed files with 13 additions and 0 deletions

3
win32gtkdownloader.cpp Normal file
View File

@@ -0,0 +1,3 @@
#include "win32gtkdownloader.h"
Win32GtkDownloader::Win32GtkDownloader() {}

10
win32gtkdownloader.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef WIN32GTKDOWNLOADER_H
#define WIN32GTKDOWNLOADER_H
class Win32GtkDownloader
{
public:
Win32GtkDownloader();
};
#endif // WIN32GTKDOWNLOADER_H