package love.distributedrebirth.demo4d; import imgui.type.ImBoolean; public interface ImGuiRenderer { void render(ImBoolean widgetOpen); }