yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
tool_registration.h
Go to the documentation of this file.
1#ifndef YAZE_SRC_CLI_SERVICE_AGENT_TOOL_REGISTRATION_H_
2#define YAZE_SRC_CLI_SERVICE_AGENT_TOOL_REGISTRATION_H_
3
4namespace yaze {
5namespace cli {
6namespace agent {
7
8class ToolRegistry;
9
10void RegisterBuiltinAgentTools(ToolRegistry& registry);
11
12} // namespace agent
13} // namespace cli
14} // namespace yaze
15
16#endif // YAZE_SRC_CLI_SERVICE_AGENT_TOOL_REGISTRATION_H_
void RegisterBuiltinAgentTools(ToolRegistry &registry)