mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-31 10:22:08 +00:00
Use GuiControlProperty instead of c.int
This commit is contained in:
4
vendor/raylib/raygui.odin
vendored
4
vendor/raylib/raygui.odin
vendored
@@ -229,8 +229,8 @@ foreign lib {
|
||||
|
||||
// Style set/get functions
|
||||
|
||||
GuiSetStyle :: proc(control: GuiControl, property: c.int, value: c.int) --- // Set one style property
|
||||
GuiGetStyle :: proc(control: GuiControl, property: c.int) -> c.int --- // Get one style property
|
||||
GuiSetStyle :: proc(control: GuiControl, property: GuiControlProperty, value: c.int) --- // Set one style property
|
||||
GuiGetStyle :: proc(control: GuiControl, property: GuiControlProperty) -> c.int --- // Get one style property
|
||||
|
||||
// Styles loading functions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user