Skip to content

Commit

Permalink
[cimgui 1.53.1] Add binding to ImFontConfig_DefaultConstructor
Browse files Browse the repository at this point in the history
  • Loading branch information
malikolivier committed May 1, 2018
1 parent cd37cf9 commit 9cd0e61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions imgui-sys/src/lib.rs
Expand Up @@ -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);
Expand Down

0 comments on commit 9cd0e61

Please sign in to comment.