diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-12 09:49:29 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-12 09:49:29 +0200 |
| commit | bff15d076515b93621a66fe93f58d4d3221c23c7 (patch) | |
| tree | 36991dd24ce56800209df8e2f946cfc929a1211f /modules/core/c++/boundary | |
| parent | 792e3a52a7e0839905837c031a027b917b36a241 (diff) | |
| download | libs-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.hpp | 8 |
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 { +} +} |
