#include <functional>#include <string>#include "absl/strings/str_format.h"#include "app/editor/dungeon/dungeon_canvas_viewer.h"#include "app/editor/dungeon/dungeon_room_loader.h"#include "app/editor/system/resource_panel.h"#include "app/gui/core/icons.h"#include "imgui/imgui.h"#include "zelda3/dungeon/room.h"#include "zelda3/resource_labels.h"Go to the source code of this file.
Classes | |
| class | yaze::editor::DungeonRoomPanel |
| ResourcePanel for editing individual dungeon rooms. More... | |
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |