#include <string>#include <vector>#include "absl/container/flat_hash_map.h"#include "app/editor/editor.h"#include "app/gui/widgets/text_editor.h"#include "app/gui/app/editor_layout.h"#include "app/gui/core/style.h"#include "app/rom.h"Go to the source code of this file.
Classes | |
| struct | yaze::editor::FolderItem |
| class | yaze::editor::AssemblyEditor |
| Text editor for modifying assembly code. More... | |
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |