#include "app/editor/system/session/user_settings.h"#include <algorithm>#include <filesystem>#include <fstream>#include <sstream>#include <system_error>#include "absl/strings/str_format.h"#include "app/editor/layout/layout_designer/dock_tree.h"#include "app/editor/layout/layout_designer/dock_tree_json.h"#include "app/gui/core/style.h"#include "imgui/imgui.h"#include "util/file_util.h"#include "util/log.h"#include "util/platform_paths.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
| namespace | yaze::editor::anonymous_namespace{user_settings.cc} |