diff options
Diffstat (limited to 'src/command.hpp')
| -rw-r--r-- | src/command.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/command.hpp b/src/command.hpp index f4d7b31..54bf02d 100644 --- a/src/command.hpp +++ b/src/command.hpp @@ -21,6 +21,9 @@ struct command std::optional<wanda::message> message() const; }; + +std::optional<command> make_command(message message); + } // namespace wanda #endif
\ No newline at end of file |
