clean up hook invocation

This commit is contained in:
2024-07-09 23:02:24 -04:00
parent 4e2cf3eb3b
commit cb8684cbf3
5 changed files with 62 additions and 136 deletions

View File

@@ -1,4 +1,9 @@
pub const c = @cImport({
pub usingnamespace @cImport({
@cDefine("CIMGUI_DEFINE_ENUMS_AND_STRUCTS", {});
@cInclude("cimgui.h");
});
pub const impl = @cImport({
@cDefine("CIMGUI_DEFINE_ENUMS_AND_STRUCTS", {});
@cInclude("cimgui.h");