[cimgui 1.53.1] Add binding to igShowStyleSelector and igShowFontSelector

This commit is contained in:
Malik Olivier Boussejra 2018-05-01 11:20:37 +09:00
parent 20d40f0e01
commit 4eef43f62b

View File

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