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