#include "dungeon_canvas_viewer.h"#include "util/i18n/tr.h"#include <optional>#include <string>#include "absl/status/status.h"#include "absl/strings/str_format.h"#include "app/editor/dungeon/dungeon_project_labels.h"#include "app/editor/dungeon/dungeon_room_selector.h"#include "app/gui/animation/animator.h"#include "app/gui/core/icons.h"#include "app/gui/core/input.h"#include "app/gui/core/layout_helpers.h"#include "app/gui/core/style_guard.h"#include "app/gui/core/theme_manager.h"#include "app/gui/widgets/themed_widgets.h"#include "imgui/imgui.h"#include "util/log.h"#include "util/macro.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |