#include "music_editor.h"#include "app/editor/system/editor_card_registry.h"#include "absl/strings/str_format.h"#include "app/gfx/debug/performance/performance_profiler.h"#include "app/editor/code/assembly_editor.h"#include "app/emu/emulator.h"#include "app/gui/core/icons.h"#include "app/gui/core/input.h"#include "imgui/imgui.h"#include "util/log.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |