yaze
0.3.2
Link to the Past ROM Editor
Loading...
Searching...
No Matches
command_handlers_agent.h
Go to the documentation of this file.
1
#ifndef YAZE_SRC_CLI_HANDLERS_COMMAND_HANDLERS_AGENT_H_
2
#define YAZE_SRC_CLI_HANDLERS_COMMAND_HANDLERS_AGENT_H_
3
4
#include <memory>
5
#include <vector>
6
7
#include "
cli/service/resources/command_handler.h
"
8
9
namespace
yaze
{
10
namespace
cli {
11
namespace
handlers {
12
13
std::vector<std::unique_ptr<resources::CommandHandler>>
14
CreateAgentCommandHandlers
();
15
16
}
// namespace handlers
17
}
// namespace cli
18
}
// namespace yaze
19
20
#endif
// YAZE_SRC_CLI_HANDLERS_COMMAND_HANDLERS_AGENT_H_
command_handler.h
yaze::cli::handlers::CreateAgentCommandHandlers
std::vector< std::unique_ptr< resources::CommandHandler > > CreateAgentCommandHandlers()
Definition
command_handlers_agent.cc:15
yaze
Definition
patch_export_usage.cc:8
src
cli
handlers
command_handlers_agent.h
Generated by
1.10.0