about summary refs log tree commit diff
path: root/src/c.zig
diff options
context:
space:
mode:
authoriurii plugatarov <[email protected]>2024-08-04 13:25:24 +0200
committeriurii plugatarov <[email protected]>2024-08-04 13:25:24 +0200
commit0b93bb6376e71b5edd336e179de04f0278322a80 (patch)
tree002935a36d693d80f12d3f69744309360111a516 /src/c.zig
parent67e09cb56ed03efeaf0b7899b0de9844f46f9e92 (diff)
downloaddsazitty-0b93bb6376e71b5edd336e179de04f0278322a80.tar.gz
some visualization main
Diffstat (limited to '')
-rw-r--r--src/c.zig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/c.zig b/src/c.zig
new file mode 100644
index 0000000..1c6b062
--- /dev/null
+++ b/src/c.zig
@@ -0,0 +1,4 @@
+pub usingnamespace @cImport({
+    @cInclude("stdlib.h");
+    @cInclude("raylib.h");
+});