#include "app/editor/code/assembly_editor.h"#include "app/editor/editor.h"#include "app/emu/audio/apu.h"#include "app/gui/app/editor_layout.h"#include "app/rom.h"#include "zelda3/music/tracker.h"#include "imgui/imgui.h"
Go to the source code of this file.
Classes | |
| class | yaze::editor::MusicEditor |
| A class for editing music data in a Rom. More... | |
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::emu |
| SNES Emulation and debugging tools. | |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
Variables | |
| const ImGuiTableFlags | yaze::editor::toolset_table_flags_ = ImGuiTableFlags_SizingFixedFit |
| const ImGuiTableFlags | yaze::editor::music_editor_flags_ |