From 34856069f596fc5b88f496153f17c16047d4001a Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 5 Dec 2018 18:06:45 +0100 Subject: core: add change command factory --- src/command.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/command.hpp') 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 make_command(message message); +command make_change_command(); + } // namespace wanda #endif \ No newline at end of file -- cgit v1.2.3