#include <exception>#include <fstream>#include <string>#include <vector>#include "absl/strings/str_format.h"#include "app/editor/agent/agent_ui_theme.h"#include "app/editor/dungeon/dungeon_canvas_viewer.h"#include "app/editor/dungeon/dungeon_object_interaction.h"#include "app/editor/system/editor_panel.h"#include "app/gui/core/icons.h"#include "util/file_util.h"#include "zelda3/dungeon/custom_collision.h"#include "zelda3/dungeon/dungeon_rom_addresses.h"#include "zelda3/zelda3_labels.h"#include <algorithm>
Go to the source code of this file.
Classes | |
| class | yaze::editor::CustomCollisionPanel |
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |