summaryrefslogtreecommitdiff
path: root/lib/core/c++/schema.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-12-19 20:18:09 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-12-19 20:18:09 +0100
commit6f6ea556a54f46716877ae44adcd456aec56226e (patch)
treec848f5cb174616bf1c174ed600d120f9057f6222 /lib/core/c++/schema.hpp
parent6a918f0827a6e8806f77e39e0348b1a2abed71f2 (diff)
downloadlibs-lbm-6f6ea556a54f46716877ae44adcd456aec56226e.tar.gz
Adding random stuff
Diffstat (limited to 'lib/core/c++/schema.hpp')
-rw-r--r--lib/core/c++/schema.hpp11
1 files changed, 11 insertions, 0 deletions
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 <forstio/codec/schema.hpp>
+
+namespace kel {
+ namespace lbm {
+ namespace sch {
+ using namespace saw::schema;
+ }
+ }
+}