[cimgui 1.53.1] Add binding to ImFontConfig_DefaultConstructor

This commit is contained in:
Malik Olivier Boussejra 2018-05-01 11:21:44 +09:00
parent cd37cf9993
commit 9cd0e61a25

View File

@ -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);