diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2018-12-05 18:06:45 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2018-12-05 18:06:45 +0100 |
| commit | 34856069f596fc5b88f496153f17c16047d4001a (patch) | |
| tree | 94dcf91a7e2d50cbc78a623abee085fbdd00e968 /src/command.hpp | |
| parent | 804a3de3f0d375f8df838c61fcb1a9959ec29f34 (diff) | |
| download | wanda-34856069f596fc5b88f496153f17c16047d4001a.tar.xz wanda-34856069f596fc5b88f496153f17c16047d4001a.zip | |
core: add change command factory
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 |
