move assembly_editor to code dir

This commit is contained in:
scawful
2024-07-13 13:37:56 -04:00
parent 934b9e05f3
commit a3c6b0cdec
7 changed files with 10 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
#include "app/core/platform/file_dialog.h"
#include "app/editor/dungeon_editor.h"
#include "app/editor/graphics_editor.h"
#include "app/editor/modules/assembly_editor.h"
#include "app/editor/code/assembly_editor.h"
#include "app/editor/modules/music_editor.h"
#include "app/editor/modules/palette_editor.h"
#include "app/editor/overworld_editor.h"
@@ -214,6 +214,11 @@ absl::Status MasterEditor::Update() {
music_editor_.Update();
ImGui::EndTabItem();
}
// if (ImGui::TabItemButton("+", kDungeonTabFlags)) {
// }
END_TAB_BAR()
ImGui::End();