Prechádzať zdrojové kódy

Use GuiControlProperty instead of c.int

Alex Macafee 1 rok pred
rodič
commit
1f2ab84e82
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      vendor/raylib/raygui.odin

+ 2 - 2
vendor/raylib/raygui.odin

@@ -229,8 +229,8 @@ foreign lib {
 	
 	
 	// Style set/get functions
 	// 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
 	// Styles loading functions