summaryrefslogtreecommitdiffstats
path: root/src/c.zig
blob: 54782ef942f6d51f4539920962917d1630b0e7b3 (plain)
1
2
3
4
5
6
pub usingnamespace @cImport({
    @cInclude("epoxy/gl.h");
    @cDefine("CIMGUI_DEFINE_ENUMS_AND_STRUCTS", "1");
    @cInclude("cimgui.h");
    @cInclude("GLFW/glfw3.h");
});