#include "popup_manager.h"#include <cstring>#include <ctime>#include <filesystem>#include <functional>#include <initializer_list>#include "absl/status/status.h"#include "absl/strings/match.h"#include "absl/strings/str_format.h"#include "app/editor/editor_manager.h"#include "app/editor/layout/layout_presets.h"#include "app/gui/app/feature_flags_menu.h"#include "app/gui/core/icons.h"#include "app/gui/core/input.h"#include "app/gui/core/style.h"#include "app/gui/core/ui_helpers.h"#include "app/gui/core/style_guard.h"#include "app/gui/core/theme_manager.h"#include "imgui/misc/cpp/imgui_stdlib.h"#include "util/file_util.h"#include "util/hex.h"#include "yaze.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |