#include "app/editor/system/workspace_window_manager.h"#include <algorithm>#include <filesystem>#include <fstream>#include "app/gui/animation/animator.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. | |
Macros | |
| #define | IMGUI_DEFINE_MATH_OPERATORS |
| #define IMGUI_DEFINE_MATH_OPERATORS |
Definition at line 1 of file workspace_window_manager_support.cc.