Refactor TestEditor: move to yaze::test namespace and implement Save/Load methods

This commit is contained in:
scawful
2025-04-05 13:47:07 -04:00
parent ad490cad71
commit 0d4ae946f8
2 changed files with 11 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ int RunIntegrationTest() {
controller.window(), yaze::core::Renderer::GetInstance().renderer());
ImGui_ImplSDLRenderer2_Init(yaze::core::Renderer::GetInstance().renderer());
yaze::test::integration::TestEditor test_editor;
yaze::test::TestEditor test_editor;
test_editor.RegisterTests(engine);
ImGuiTestEngine_Start(engine, ImGui::GetCurrentContext());
controller.set_active(true);