#include "app/editor/ui/selection_properties_panel.h"#include <cstdio>#include "absl/strings/str_cat.h"#include "absl/strings/str_format.h"#include "app/gui/core/icons.h"#include "app/gui/core/style.h"#include "app/gui/core/style_guard.h"#include "app/gui/core/theme_manager.h"#include "app/gui/core/ui_helpers.h"#include "app/gui/widgets/themed_widgets.h"#include "rom/rom.h"#include "imgui/imgui.h"#include "zelda3/dungeon/room.h"#include "zelda3/zelda3_labels.h"#include "zelda3/resource_labels.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
Functions | |
| const char * | yaze::editor::GetSelectionTypeName (SelectionType type) |
| Get a human-readable name for a selection type. | |