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

#include <agent_chat_widget.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

Definition at line 96 of file agent_chat_widget.h.

Member Data Documentation

◆ generate_rom_diff

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

◆ apply_rom_diff

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

Definition at line 98 of file agent_chat_widget.h.

◆ get_rom_hash

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

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