* WARNING: Library redesign to support return result values
REVIEWED: All example projects
* REVIEWED: Cast values to improve Zig interconnection (#286)
* Update version and header info
* REVIEWED: `GuiListView()`, parameter order bug
* Update raygui.h
* REVIEWED: `GuiTabBar()` toggle logic
* Update raygui.h
* Update raygui.h
Modify gui_textbox_extended.h to contain DrawTextRec and DrawTextRecEx since they were cut from raylib, also add DrawTextBoxedSelectable as an alias for DrawTextRecEx for compatibility/name consistency
Modify gui_textbox_extended.h to be compatible with the latest raylib