cleaned up and fleshed out geom.h/geom.cc and preparing to add bounding
[laserbrain_demo] / src / imgui / imgui_user.inl
1 ImGuiIO *ImGui::GetIOPtr()
2 {
3         return &GImGui->IO;
4 }