aboutsummaryrefslogtreecommitdiff
path: root/src/c.zig
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-08-19 14:25:13 +0200
committerdec05eba <dec05eba@protonmail.com>2023-08-19 14:28:46 +0200
commit3d524039fe5562065e6d4ad11411deea1706caa2 (patch)
tree65f69742da793a83bef06c285d7be319713f2515 /src/c.zig
Initial commit
Diffstat (limited to 'src/c.zig')
-rw-r--r--src/c.zig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/c.zig b/src/c.zig
new file mode 100644
index 0000000..4d3f62b
--- /dev/null
+++ b/src/c.zig
@@ -0,0 +1,8 @@
+pub usingnamespace @cImport({
+ @cInclude("mgl/mgl.h");
+ @cInclude("mgl/window/window.h");
+ @cInclude("mgl/window/event.h");
+ @cInclude("mgl/system/fileutils.h");
+ @cInclude("mgl/graphics/font.h");
+ @cInclude("mgl/graphics/text.h");
+}); \ No newline at end of file