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.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/command.cpp') 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 make_command(message message) return std::nullopt; } +command make_change_command() +{ + return {command_id::change}; +} + } // namespace wanda \ No newline at end of file -- cgit v1.2.3