Initial import

This commit is contained in:
2025-11-18 09:19:15 +01:00
parent 6919487c3d
commit 9c99a01464
6 changed files with 305 additions and 0 deletions

15
gtk-imports.c Normal file
View File

@@ -0,0 +1,15 @@
#include <malloc.h>
#define GTK_DECLARE_FUNCS
#include "gtk-imports.h"
void loadGtkFunctions(void (*loader)(const char *funcname, void **func, void *user_data), void *user_data)
{
#undef GTK_IMPORTS_H
#undef GTK_DECLARE_FUNCS
#undef DECL
#define GTK_LOAD_FUNCS
#include "gtk-imports.h"
}