#include <filesystem>#include <string>#include "absl/status/statusor.h"

Go to the source code of this file.
Classes | |
| struct | yaze::editor::DungeonIssueReportPaths |
| struct | yaze::editor::DungeonIssueLogEntry |
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
Functions | |
| absl::StatusOr< DungeonIssueReportPaths > | yaze::editor::ResolveDungeonIssueReportPaths () |
| absl::StatusOr< std::filesystem::path > | yaze::editor::BuildDungeonIssueScreenshotPath (int room_id, const std::string &category_label, const std::string ×tamp_slug) |
| absl::StatusOr< std::filesystem::path > | yaze::editor::AppendDungeonIssueLogEntry (const DungeonIssueLogEntry &entry) |