imgui-sys: Add raw binding to GetFrameHeight

This commit is contained in:
Malik Olivier Boussejra 2018-04-29 18:47:54 +09:00
parent 1d10578471
commit 0c71370546

View File

@ -1002,6 +1002,7 @@ extern "C" {
pub fn igAlignTextToFramePadding();
pub fn igGetTextLineHeight() -> c_float;
pub fn igGetTextLineHeightWithSpacing() -> c_float;
pub fn igGetFrameHeight() -> c_float;
pub fn igGetFrameHeightWithSpacing() -> c_float;
}