aboutsummaryrefslogtreecommitdiffstats
path: root/src/c.zig
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-01-22 16:11:33 +0000
committers-ol <s-ol@users.noreply.github.com>2020-01-22 16:11:33 +0000
commit25e9c84b55593da4950b2c9ccac818c606a5321f (patch)
tree27f949b82aeeb725025d9099cf7a14767b4a0135 /src/c.zig
downloadglsl-view-25e9c84b55593da4950b2c9ccac818c606a5321f.tar.gz
glsl-view-25e9c84b55593da4950b2c9ccac818c606a5321f.zip
initial commit
Diffstat (limited to 'src/c.zig')
-rw-r--r--src/c.zig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/c.zig b/src/c.zig
new file mode 100644
index 0000000..7a13fde
--- /dev/null
+++ b/src/c.zig
@@ -0,0 +1,5 @@
+pub usingnamespace @cImport({
+ @cInclude("epoxy/gl.h");
+ @cInclude("GLFW/glfw3.h");
+ @cInclude("yaml.h");
+});