mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-05 17:36:32 +00:00
5 lines
114 B
Zig
5 lines
114 B
Zig
pub usingnamespace @cImport({
|
|
@cDefine("CIMGUI_DEFINE_ENUMS_AND_STRUCTS", "");
|
|
@cInclude("cimgui.h");
|
|
});
|