Mitchell Hashimoto 7a7f7da4ef pkg: yeet more usingns
2024-08-16 16:52:28 -07:00

5 lines
110 B
Zig

pub const c = @cImport({
@cDefine("CIMGUI_DEFINE_ENUMS_AND_STRUCTS", "1");
@cInclude("cimgui.h");
});