summaryrefslogtreecommitdiff
path: root/modules/core/c++/boundary
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-08-12 09:49:29 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-08-12 09:49:29 +0200
commitbff15d076515b93621a66fe93f58d4d3221c23c7 (patch)
tree36991dd24ce56800209df8e2f946cfc929a1211f /modules/core/c++/boundary
parent792e3a52a7e0839905837c031a027b917b36a241 (diff)
downloadlibs-lbm-bff15d076515b93621a66fe93f58d4d3221c23c7.tar.gz
Preparing cleanup of boundarz and yesterdays changes
Diffstat (limited to 'modules/core/c++/boundary')
-rw-r--r--modules/core/c++/boundary/common.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/core/c++/boundary/common.hpp b/modules/core/c++/boundary/common.hpp
new file mode 100644
index 0000000..3feb451
--- /dev/null
+++ b/modules/core/c++/boundary/common.hpp
@@ -0,0 +1,8 @@
+#pragma once
+
+#include "../common.hpp"
+
+namespace kel {
+namespace lbm {
+}
+}