git.s-ol.nu zig-imgui / master src / c.zig
master

Tree @master (Download .tar.gz)

c.zig @masterraw · history · blame

1
2
3
4
5
6
7
pub usingnamespace @cImport({
    @cInclude("epoxy/gl.h");
    @cDefine("CIMGUI_DEFINE_ENUMS_AND_STRUCTS", "1");
    @cInclude("cimgui.h");
    @cInclude("GLFW/glfw3.h");
    @cInclude("lo/lo.h");
});