Add TestEditor class and integration test setup for ImGui; implement basic UI elements and test registration functionality.

This commit is contained in:
scawful
2025-04-12 09:59:47 -04:00
parent d8826739bf
commit cb86c7b2ec
4 changed files with 6 additions and 5 deletions

View File

@@ -5,7 +5,6 @@
#include "app/rom.h"
#include "app/zelda3/overworld/overworld.h"
#include "app/zelda3/overworld/overworld_map.h"
#include "test/testing.h"
namespace yaze {