[cimgui 1.53.1] Add new Dark and Light styles

This commit is contained in:
Malik Olivier Boussejra 2018-05-01 11:10:48 +09:00
parent e52193be40
commit 4b788d095c

View File

@ -1666,6 +1666,8 @@ extern "C" {
// Styles
extern "C" {
pub fn igStyleColorsClassic(dst: *mut ImGuiStyle);
pub fn igStyleColorsDark(dst: *mut ImGuiStyle);
pub fn igStyleColorsLight(dst: *mut ImGuiStyle);
}
// Utilities