mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
[cimgui 1.53.1] Add binding to ImFontConfig_DefaultConstructor
This commit is contained in:
parent
cd37cf9993
commit
9cd0e61a25
@ -1851,6 +1851,10 @@ extern "C" {
|
||||
pub fn igSetCurrentContext(ctx: *mut ImGuiContext);
|
||||
}
|
||||
|
||||
extern "C" {
|
||||
pub fn ImFontConfig_DefaultConstructor(config: *mut ImFontConfig);
|
||||
}
|
||||
|
||||
// ImGuiIO
|
||||
extern "C" {
|
||||
pub fn ImGuiIO_AddInputCharacter(c: c_ushort);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user