xo-imgui: restore opengl + vulkan builds

This commit is contained in:
Roland Conybeare 2025-09-23 00:53:31 -04:00
commit d9aa1ddc81
15 changed files with 202 additions and 194 deletions

View file

@ -1,5 +1,7 @@
/* GenerationLayout.hpp */
#pragma once
#include "GcGenerationDescription.hpp"
#include "xo/imgui/ImRect.hpp"
@ -90,4 +92,5 @@ struct GenerationLayout {
ImRect mem_rect_to_;
};
/* GenerationLayout.hpp */