diff --git a/imgui-sys/src/lib.rs b/imgui-sys/src/lib.rs index 21a3550..654e274 100644 --- a/imgui-sys/src/lib.rs +++ b/imgui-sys/src/lib.rs @@ -954,6 +954,8 @@ extern "C" { pub fn igShowDemoWindow(opened: *mut bool); pub fn igShowMetricsWindow(opened: *mut bool); pub fn igShowStyleEditor(style: *mut ImGuiStyle); + pub fn igShowStyleSelector(label: *const c_char); + pub fn igShowFontSelector(label: *const c_char); pub fn igShowUserGuide(); }