yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
message_source_sync.h File Reference
#include <cstddef>
#include <filesystem>
#include <string>
#include <string_view>
#include "absl/status/statusor.h"
#include "core/project.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  yaze::editor::MessageSourceSyncOptions
 
struct  yaze::editor::MessageSourceSyncResult
 

Namespaces

namespace  yaze
 
namespace  yaze::editor
 Editors are the view controllers for the application.
 

Functions

std::string yaze::editor::ComputeMessageSourceSha256 (std::string_view content)
 
absl::StatusOr< MessageSourceSyncResultyaze::editor::SyncMessageSource (const project::YazeProject &project, const std::filesystem::path &incoming_bundle_path, const MessageSourceSyncOptions &options={})