ImGui context model test fixes

This commit is contained in:
Dan Paulat 2022-11-28 09:39:39 -06:00
parent 65f63bbf85
commit 399a07b1e2
4 changed files with 23 additions and 14 deletions

View file

@ -45,6 +45,8 @@ public:
ImGuiContext* CreateContext(const std::string& name);
void DestroyContext(const std::string& name);
std::vector<ImGuiContextInfo> contexts() const;
static ImGuiContextModel& Instance();
signals: