yaze
0.3.2
Link to the Past ROM Editor
Loading...
Searching...
No Matches
command_handlers_agent.cc
Go to the documentation of this file.
1
#include "
cli/handlers/command_handlers_agent.h
"
2
3
#include <memory>
4
#include <vector>
5
6
#ifndef __EMSCRIPTEN__
7
#include "
cli/handlers/agent/simple_chat_command.h
"
8
#endif
9
10
namespace
yaze
{
11
namespace
cli {
12
namespace
handlers {
13
14
std::vector<std::unique_ptr<resources::CommandHandler>>
15
CreateAgentCommandHandlers
() {
16
std::vector<std::unique_ptr<resources::CommandHandler>> handlers;
17
18
#ifndef __EMSCRIPTEN__
19
handlers.push_back(std::make_unique<SimpleChatCommandHandler>());
20
#endif
21
22
return
handlers;
23
}
24
25
}
// namespace handlers
26
}
// namespace cli
27
}
// namespace yaze
command_handlers_agent.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
simple_chat_command.h
src
cli
handlers
command_handlers_agent.cc
Generated by
1.10.0