yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::RomSyncCallbacks Struct Reference

Callbacks for ROM sync operations. More...

#include <agent_state.h>

Public Attributes

std::function< absl::StatusOr< std::string >()> generate_rom_diff
 
std::function< absl::Status(const std::string &, const std::string &) apply_rom_diff )
 
std::function< std::string()> get_rom_hash
 

Detailed Description

Callbacks for ROM sync operations.

Definition at line 502 of file agent_state.h.

Member Data Documentation

◆ generate_rom_diff

std::function<absl::StatusOr<std::string>()> yaze::editor::RomSyncCallbacks::generate_rom_diff

Definition at line 503 of file agent_state.h.

Referenced by yaze::editor::AgentRomSyncPanel::Draw().

◆ apply_rom_diff

std::function<absl::Status(const std::string&, const std::string&) yaze::editor::RomSyncCallbacks::apply_rom_diff)

Definition at line 505 of file agent_state.h.

◆ get_rom_hash

std::function<std::string()> yaze::editor::RomSyncCallbacks::get_rom_hash

Definition at line 506 of file agent_state.h.

Referenced by yaze::editor::AgentRomSyncPanel::Draw().


The documentation for this struct was generated from the following file: