backend-infra-engineer: Release v0.3.9-hotfix7 snapshot

This commit is contained in:
scawful
2025-11-23 13:37:10 -05:00
parent c8289bffda
commit 2934c82b75
202 changed files with 34914 additions and 845 deletions

View File

@@ -0,0 +1,18 @@
#ifndef YAZE_TEST_E2E_DUNGEON_VISUAL_VERIFICATION_TEST_H_
#define YAZE_TEST_E2E_DUNGEON_VISUAL_VERIFICATION_TEST_H_
struct ImGuiTestContext;
namespace yaze {
namespace test {
// E2E visual verification tests for dungeon rendering
void E2ETest_VisualVerification_BasicRoomRendering(ImGuiTestContext* ctx);
void E2ETest_VisualVerification_LayerVisibility(ImGuiTestContext* ctx);
void E2ETest_VisualVerification_ObjectEditor(ImGuiTestContext* ctx);
void E2ETest_VisualVerification_MultiRoomNavigation(ImGuiTestContext* ctx);
} // namespace test
} // namespace yaze
#endif // YAZE_TEST_E2E_DUNGEON_VISUAL_VERIFICATION_TEST_H_