tests: Integrated ImGui Test Engine

This commit is contained in:
WerWolv
2025-05-29 23:44:49 +02:00
parent fe1309fb3d
commit 1ca40481bb
41 changed files with 17612 additions and 14 deletions

View File

@@ -13,6 +13,7 @@
#include <jthread.hpp>
#include <hex/helpers/opengl.hpp>
struct ImGuiTestEngine;
struct GLFWwindow;
struct ImGuiSettingsHandler;
@@ -60,6 +61,7 @@ namespace hex {
void forceNewFrame();
GLFWwindow *m_window = nullptr;
ImGuiTestEngine *m_testEngine = nullptr;
std::string m_windowTitle, m_windowTitleFull;