diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-01-22 16:11:33 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-01-22 16:11:33 +0000 |
| commit | 25e9c84b55593da4950b2c9ccac818c606a5321f (patch) | |
| tree | 27f949b82aeeb725025d9099cf7a14767b4a0135 /src/c.zig | |
| download | glsl-view-25e9c84b55593da4950b2c9ccac818c606a5321f.tar.gz glsl-view-25e9c84b55593da4950b2c9ccac818c606a5321f.zip | |
initial commit
Diffstat (limited to 'src/c.zig')
| -rw-r--r-- | src/c.zig | 5 |
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"); +}); |
