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