diff options
Diffstat (limited to 'src/command.cpp')
| -rw-r--r-- | src/command.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/command.cpp b/src/command.cpp index 05784b3..6831d5e 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -40,4 +40,9 @@ std::optional<command> make_command(message message) return std::nullopt; } +command make_change_command() +{ + return {command_id::change}; +} + } // namespace wanda
\ No newline at end of file |
