New argument style for gui and easings.

This commit is contained in:
jussi
2023-04-10 14:33:15 +03:00
parent 8abed46dfd
commit 1cbadf56f3
7 changed files with 411 additions and 419 deletions

View File

@@ -4671,10 +4671,9 @@ function RL.GuiGetStyle( control, property ) end
---Load style file over global style variable ( .rgs )
---- Failure return false
---- Success return true
---@param control integer
---@param property integer
---@param fileName string
---@return any success
function RL.GuiLoadStyle( control, property ) end
function RL.GuiLoadStyle( fileName ) end
---Load style default over global style
---@return any RL.GuiLoadStyleDefault