yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
agent_rom_sync_panel.h
Go to the documentation of this file.
1#ifndef YAZE_APP_EDITOR_AGENT_PANELS_AGENT_ROM_SYNC_PANEL_H_
2#define YAZE_APP_EDITOR_AGENT_PANELS_AGENT_ROM_SYNC_PANEL_H_
3
4#include <functional>
5#include <string>
6
8
9namespace yaze {
10namespace editor {
11
12class ToastManager;
13
15 public:
16 AgentRomSyncPanel() = default;
17
18 void Draw(AgentUIContext* context, const RomSyncCallbacks& callbacks, ToastManager* toast_manager);
19};
20
21} // namespace editor
22} // namespace yaze
23
24#endif // YAZE_APP_EDITOR_AGENT_PANELS_AGENT_ROM_SYNC_PANEL_H_
void Draw(AgentUIContext *context, const RomSyncCallbacks &callbacks, ToastManager *toast_manager)
Unified context for agent UI components.
Callbacks for ROM sync operations.