about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedgmodule2_private.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-09-18 21:01:13 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-09-18 21:01:13 +0200
commit9414ece323bc6a9d024b6b969eb9f9c8bb9e20d3 (patch)
treef59b535fe2c6a3273a9e7ff73e411fbb0c38aa51 /src/wrapped/wrappedgmodule2_private.h
parentc64cb5b92b610adbc9c6bf73f8330bdd746611fd (diff)
downloadbox64-9414ece323bc6a9d024b6b969eb9f9c8bb9e20d3.tar.gz
box64-9414ece323bc6a9d024b6b969eb9f9c8bb9e20d3.zip
Added wrapped gtk2 (enough to launch Dwarf Fortress and some simple gtk2 samples)
Diffstat (limited to 'src/wrapped/wrappedgmodule2_private.h')
-rwxr-xr-xsrc/wrapped/wrappedgmodule2_private.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/wrapped/wrappedgmodule2_private.h b/src/wrapped/wrappedgmodule2_private.h
new file mode 100755
index 00000000..45beba45
--- /dev/null
+++ b/src/wrapped/wrappedgmodule2_private.h
@@ -0,0 +1,14 @@
+#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
+#error meh!
+#endif
+
+//GO(_fini, 
+GO(g_module_build_path, pFpp)
+GO(g_module_close, iFp)
+GO(g_module_error, pFv)
+GO(g_module_make_resident, vFp)
+GO(g_module_name, pFp)
+GO(g_module_open, pFpi)
+GO(g_module_supported, iFv)
+GO(g_module_symbol, iFppp)
+//GO(_init,