From 23d213d4263a746e3da9c360a1fc663020d324e9 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 12 Jan 2026 18:29:59 +0100 Subject: Dangling changes --- kel_cmds/c++/cmd_schema.hpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 kel_cmds/c++/cmd_schema.hpp (limited to 'kel_cmds/c++/cmd_schema.hpp') diff --git a/kel_cmds/c++/cmd_schema.hpp b/kel_cmds/c++/cmd_schema.hpp new file mode 100644 index 0000000..472fd9b --- /dev/null +++ b/kel_cmds/c++/cmd_schema.hpp @@ -0,0 +1,19 @@ +#pragma once + +#include "common.hpp" + +namespace kel { +namespace sch { +using namespace saw::schema; + +using CommandStruct = Struct< + Member, "command"> +>; + +using Commands = Struct< + +>; +} + + +} -- cgit v1.2.3