#include "app/editor/system/settings_editor.h"#include "absl/status/status.h"#include "app/editor/system/editor_card_registry.h"#include "app/gui/app/editor_layout.h"#include "app/gui/app/feature_flags_menu.h"#include "app/gfx/debug/performance/performance_profiler.h"#include "app/gui/core/style.h"#include "app/gui/core/icons.h"#include "app/gui/core/theme_manager.h"#include "imgui/imgui.h"#include "util/log.h"#include <set>#include <filesystem>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. | |