apparently I shouldn't std::move on return, let's pray to the compiler
[laserbrain_demo] / src / imgui / imgui_user.inl
1 ImGuiIO *ImGui::GetIOPtr()
2 {
3         return &GImGui->IO;
4 }