#include "dungeon_canvas_viewer.h"#include <algorithm>#include <cstdio>#include "app/editor/dungeon/dungeon_canvas_transform.h"#include "app/gfx/resource/arena.h"#include "app/gui/core/agent_theme.h"#include "app/gui/core/drag_drop.h"#include "app/gui/widgets/themed_widgets.h"#include "imgui/imgui.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
| namespace | yaze::editor::anonymous_namespace{dungeon_canvas_room_render.cc} |
Functions | |
| ImVec4 | yaze::editor::anonymous_namespace{dungeon_canvas_room_render.cc}::WithAlpha (ImVec4 color, float alpha) |
| void | yaze::editor::anonymous_namespace{dungeon_canvas_room_render.cc}::DrawRoomRenderFallback (const gui::CanvasRuntime &canvas_rt) |