namespace ImGuiNET.SampleProgram.XNA; public interface ImGuiRenderable : IDisposable { void Update(); void Render(); bool WasClosed(); }