mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 12:48:14 +00:00
Update Raygui Style set/get functions
This commit is contained in:
Vendored
+2
-2
@@ -236,8 +236,8 @@ foreign lib {
|
|||||||
|
|
||||||
// Style set/get functions
|
// Style set/get functions
|
||||||
|
|
||||||
GuiSetStyle :: proc(control: GuiControl, property: GuiStyleProp, value: c.int) --- // Set one style property
|
GuiSetStyle :: proc(control: GuiControl, property: c.int, value: c.int) --- // Set one style property
|
||||||
GuiGetStyle :: proc(control: GuiControl, property: GuiStyleProp) -> c.int --- // Get one style property
|
GuiGetStyle :: proc(control: GuiControl, property: c.int) -> c.int --- // Get one style property
|
||||||
|
|
||||||
// Styles loading functions
|
// Styles loading functions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user