ov_open_callbacks doesn't set ass_errno obviously. removed it from the
[laserbrain_demo] / src / imgui / imgui_user.inl
1 ImGuiIO *ImGui::GetIOPtr()
2 {
3         return &GImGui->IO;
4 }