yaze
0.3.2
Link to the Past ROM Editor
Loading...
Searching...
No Matches
todo_commands.h
Go to the documentation of this file.
1
#ifndef YAZE_CLI_HANDLERS_AGENT_TODO_COMMANDS_H_
2
#define YAZE_CLI_HANDLERS_AGENT_TODO_COMMANDS_H_
3
4
#include <string>
5
#include <vector>
6
7
#include "absl/status/status.h"
8
9
namespace
yaze
{
10
namespace
cli {
11
namespace
handlers {
12
26
absl::Status
HandleTodoCommand
(
const
std::vector<std::string>& args);
27
28
}
// namespace handlers
29
}
// namespace cli
30
}
// namespace yaze
31
32
#endif
// YAZE_CLI_HANDLERS_AGENT_TODO_COMMANDS_H_
yaze::cli::handlers::HandleTodoCommand
absl::Status HandleTodoCommand(const std::vector< std::string > &args)
Handle z3ed agent todo commands.
Definition
todo_commands.cc:275
yaze
Definition
application.cc:18
src
cli
handlers
agent
todo_commands.h
Generated by
1.10.0