- added imgui
[laserbrain_demo] / src / imgui / imgui_user.inl
1 ImGuiIO *ImGui::GetIOPtr()
2 {
3         return &GImGui->IO;
4 }