1#ifndef YAZE_APP_GUI_WIDGETS_AGENT_CHAT_WIDGET_H_
2#define YAZE_APP_GUI_WIDGETS_AGENT_CHAT_WIDGET_H_
8#include "absl/status/status.h"
32 void Render(
bool* p_open =
nullptr);
35 absl::Status
LoadHistory(
const std::string& filepath);
36 absl::Status
SaveHistory(
const std::string& filepath);
The Rom class is used to load, save, and modify Rom data.
Main namespace for the application.