From 6f6ea556a54f46716877ae44adcd456aec56226e Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 19 Dec 2025 20:18:09 +0100 Subject: Adding random stuff --- lib/core/c++/lbm.hpp | 2 ++ lib/core/c++/schema.hpp | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 lib/core/c++/schema.hpp (limited to 'lib/core') diff --git a/lib/core/c++/lbm.hpp b/lib/core/c++/lbm.hpp index 39c42af..aff38e9 100644 --- a/lib/core/c++/lbm.hpp +++ b/lib/core/c++/lbm.hpp @@ -1,5 +1,7 @@ #pragma once +#include "schema.hpp" +#include "flatten.hpp" #include "descriptor.hpp" #include "boundary.hpp" #include "converter.hpp" diff --git a/lib/core/c++/schema.hpp b/lib/core/c++/schema.hpp new file mode 100644 index 0000000..0c92ae6 --- /dev/null +++ b/lib/core/c++/schema.hpp @@ -0,0 +1,11 @@ +#pragma once + +#include + +namespace kel { + namespace lbm { + namespace sch { + using namespace saw::schema; + } + } +} -- cgit v1.2.3