From 24bf28a8fb9cc8c3a90b77de9b60728bece7885d Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Sat, 18 Oct 2025 18:01:14 +0200 Subject: Moving project structure for more less compilation --- lib/c++/args.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lib/c++/args.hpp (limited to 'lib/c++/args.hpp') diff --git a/lib/c++/args.hpp b/lib/c++/args.hpp new file mode 100644 index 0000000..99c6172 --- /dev/null +++ b/lib/c++/args.hpp @@ -0,0 +1,12 @@ +#pragma once + +#include +#include + +namespace kel { +namespace lbm { +namespace sch { +using namespace saw::schema; +} +} +} -- cgit v1.2.3