aboutsummaryrefslogtreecommitdiffstats
path: root/src/c.zig
blob: 7a13fde54eeaecb0feac834aa2ebfb1b621b965a (plain)
1
2
3
4
5
pub usingnamespace @cImport({
    @cInclude("epoxy/gl.h");
    @cInclude("GLFW/glfw3.h");
    @cInclude("yaml.h");
});