[raygui] Allow GuiControlProperty and GuiDefaultProperty as types for property in GuiGetStyle/GuiSetStyle (#131)

This commit is contained in:
Not-Nik 2025-01-04 00:24:09 +01:00
parent 16a388c9c2
commit 57041e707c
Failed to generate hash of commit
3 changed files with 70 additions and 10 deletions

View file

@ -367,6 +367,8 @@ def parse_header(header_name: str, output_file: str, ext_file: str, prefix: str,
"DrawSplineBezierQuadratic",
"DrawSplineBezierCubic",
"ImageKernelConvolution",
"GuiSetStyle",
"GuiGetStyle"
]
if func_name in manual or "FromMemory" in func_name: