raygui: Revert property parameters back to i32s (#131)
This commit is contained in:
parent
a087398387
commit
855ab9cd70
3 changed files with 8 additions and 8 deletions
|
|
@ -13,8 +13,8 @@ pub extern "c" fn GuiSetState(state: c_int) void;
|
|||
pub extern "c" fn GuiGetState() c_int;
|
||||
pub extern "c" fn GuiSetFont(font: rl.Font) void;
|
||||
pub extern "c" fn GuiGetFont() rl.Font;
|
||||
pub extern "c" fn GuiSetStyle(control: rgui.GuiState, property: rgui.GuiControlProperty, value: c_int) void;
|
||||
pub extern "c" fn GuiGetStyle(control: rgui.GuiState, property: rgui.GuiControlProperty) c_int;
|
||||
pub extern "c" fn GuiSetStyle(control: rgui.GuiControl, property: c_int, value: c_int) void;
|
||||
pub extern "c" fn GuiGetStyle(control: rgui.GuiControl, property: c_int) c_int;
|
||||
pub extern "c" fn GuiLoadStyle(fileName: [*c]const u8) void;
|
||||
pub extern "c" fn GuiLoadStyleDefault() void;
|
||||
pub extern "c" fn GuiEnableTooltip() void;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue