This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
v1.52.1
All inbetween releases will be imgui-version.<my-version> like this one is 1.52.1
- changed all u64 representing size_t to uint since that changes with architecture like size_t
- Wrapped a few functions which outputted data via a function parameter to return it instead like original imgui
- Added function from ImGuiStorage ImGuiTextClipper ImGuiTextBuffer and their structs
- Removed Gui prefix from many things
- Changed GuiCol enum to Color
- Overall formatting of file