#include "editor_activator.h"#include "app/editor/session_types.h"#include "app/editor/system/editor_registry.h"#include "app/editor/system/panel_manager.h"#include "app/editor/layout/layout_manager.h"#include "app/editor/menu/right_panel_manager.h"#include "app/editor/ui/toast_manager.h"#include "app/editor/ui/ui_coordinator.h"#include "app/gui/core/icons.h"#include "imgui/imgui.h"#include "imgui/imgui_internal.h"#include "util/log.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |