Compare commits

..

3 Commits

Author SHA1 Message Date
bf62ec97dc stuff 2025-11-25 11:06:56 +01:00
f2e3242d82 win32 2025-11-25 11:06:11 +01:00
e82038e7cf win32
Signed-off-by: Hans Dijkema <hans@dijkewijk.nl>
2025-11-25 11:05:08 +01:00
3 changed files with 14 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ add_executable(yellownotes main.cpp
gtk-imports.c gtk-imports.c
yellownotes.h yellownotes.cpp yellownotes.h yellownotes.cpp
tr.h tr.cpp tr.h tr.cpp
win32gtkdownloader.h win32gtkdownloader.cpp)
utils/whereami.c utils/whereami.h utils/whereami.c utils/whereami.h
exe_path.h exe_path.cpp) exe_path.h exe_path.cpp)

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