Refactor yaze_test

This commit is contained in:
scawful
2024-08-24 23:26:50 -04:00
parent a97487fd2c
commit b2b3056ddd
4 changed files with 17 additions and 18 deletions

View File

@@ -109,8 +109,8 @@ class EditorManager : public SharedRom, public core::ExperimentFlags {
emu::Emulator emulator_;
Project current_project_;
yaze_editor_context editor_context_;
ExtensionManager extension_manager_;
yaze_editor_context editor_context_;
Editor* current_editor_ = nullptr;
AssemblyEditor assembly_editor_;