#include "app/editor/dungeon/dungeon_canvas_viewer.h"#include <optional>#include <string>#include <utility>#include "absl/strings/str_format.h"#include "app/editor/dungeon/dungeon_canvas_transform.h"#include "app/editor/dungeon/dungeon_coordinates.h"#include "app/gui/core/icons.h"#include "imgui/imgui.h"#include "util/log.h"#include "zelda3/dungeon/object_layer_semantics.h"#include "zelda3/resource_labels.h"#include "zelda3/sprite/sprite.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |