apparently I shouldn't std::move on return, let's pray to the compiler
[laserbrain_demo] / src / imgui / imgui_user.h
1 namespace ImGui {
2         IMGUI_API ImGuiIO *GetIOPtr();
3 }