summaryrefslogtreecommitdiff
path: root/lib/core/c++/args.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-02-11 17:27:59 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-02-11 17:27:59 +0100
commit595cdfd51594af7cee4258a1ed92b06c6bf0171d (patch)
tree9a71f60802d808678268bcbc843fd1cb7b83264a /lib/core/c++/args.hpp
parent8945f921d6393689c54133ec84ff79008e132685 (diff)
downloadlibs-lbm-595cdfd51594af7cee4258a1ed92b06c6bf0171d.tar.gz
Fixing
Diffstat (limited to 'lib/core/c++/args.hpp')
-rw-r--r--lib/core/c++/args.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/core/c++/args.hpp b/lib/core/c++/args.hpp
index 99c6172..01b4795 100644
--- a/lib/core/c++/args.hpp
+++ b/lib/core/c++/args.hpp
@@ -8,5 +8,9 @@ namespace lbm {
namespace sch {
using namespace saw::schema;
}
+
+saw::error_or<void> init_lbm_env(){
+ return saw::make_void();
+}
}
}