#include <cstdint>#include <utility>#include <vector>#include "absl/status/status.h"#include "absl/strings/string_view.h"#include "app/editor/shell/feedback/toast_manager.h"#include "core/hack_manifest.h"#include "core/project.h"
Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
Functions | |
| absl::Status | yaze::editor::ValidateHackManifestSaveConflicts (const core::HackManifest &manifest, project::RomWritePolicy write_policy, const std::vector< std::pair< uint32_t, uint32_t > > &ranges, absl::string_view save_scope, const char *log_tag, ToastManager *toast_manager) |