#include "app/editor/layout/layout_manager.h"#include <filesystem>#include <fstream>#include <string>#include "app/editor/layout/layout_presets.h"#include "app/editor/system/panel_manager.h"#include "app/gui/core/background_renderer.h"#include "imgui/imgui.h"#include "imgui/imgui_internal.h"#include "util/json.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{layout_manager.cc} |