fix(raygui): make some funcs return bool instead of i32

This commit is contained in:
Daniel Hill 2025-04-19 17:22:16 -04:00 committed by Nikolas
parent 67fd5af55a
commit 0de5f8aed0
4 changed files with 52 additions and 24 deletions

View file

@ -98,6 +98,10 @@ MANUAL = [
"GuiListViewEx",
"GuiPanel",
"GuiScrollPanel",
"GuiButton",
"GuiLabelButton",
"GuiCheckBox",
"GuiTextBox",
"DrawSplineLinear",
"DrawSplineBasis",
"DrawSplineCatmullRom",