- added imgui
[laserbrain_demo] / src / imgui / imgui_user.inl
diff --git a/src/imgui/imgui_user.inl b/src/imgui/imgui_user.inl
new file mode 100644 (file)
index 0000000..20171f6
--- /dev/null
@@ -0,0 +1,4 @@
+ImGuiIO *ImGui::GetIOPtr()
+{
+       return &GImGui->IO;
+}