#include <vector>
#include <functional>
#include "imgui/imgui.h"
#include "app/gui/canvas.h"
#include "app/zelda3/dungeon/room.h"
#include "app/zelda3/dungeon/room_object.h"
Go to the source code of this file.
Classes | |
class | yaze::editor::DungeonObjectInteraction |
Handles object selection, placement, and interaction within the dungeon canvas. More... | |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::editor |
Editors are the view controllers for the application. | |