mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
tests: Integrated ImGui Test Engine
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user