#include <array>#include <string>#include "app/editor/dungeon/dungeon_room_store.h"#include "app/editor/system/editor_panel.h"#include "app/gfx/backend/irenderer.h"#include "app/gfx/core/bitmap.h"#include "app/gfx/resource/arena.h"#include "app/gfx/types/snes_palette.h"#include "app/gui/canvas/canvas.h"#include "app/gui/core/icons.h"#include "imgui/imgui.h"#include "zelda3/dungeon/room.h"
Go to the source code of this file.
Classes | |
| class | yaze::editor::RoomGraphicsContent |
| WindowContent for displaying room graphics blocks. More... | |
| struct | yaze::editor::RoomGraphicsContent::SheetPreviewMetadata |
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |