diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-08 20:15:20 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-08 20:15:20 +0200 |
| commit | 932fbf86d60df48623ad5fbc9d60e572bb68ef12 (patch) | |
| tree | b5f742bd3f146a9747c159f9fd8d099a6d566c1f /lib/core/c++/simulation | |
| parent | 3d021acc9f5283c116d0ec0b5a46d2428e99382c (diff) | |
| download | libs-lbm-932fbf86d60df48623ad5fbc9d60e572bb68ef12.tar.gz | |
Dangling changes
Diffstat (limited to 'lib/core/c++/simulation')
| -rw-r--r-- | lib/core/c++/simulation/common.hpp | 7 | ||||
| -rw-r--r-- | lib/core/c++/simulation/hlbm.hpp | 12 |
2 files changed, 19 insertions, 0 deletions
diff --git a/lib/core/c++/simulation/common.hpp b/lib/core/c++/simulation/common.hpp new file mode 100644 index 0000000..f675a99 --- /dev/null +++ b/lib/core/c++/simulation/common.hpp @@ -0,0 +1,7 @@ +#pragma once + +namespace kel { +namespace lbm { + +} +} diff --git a/lib/core/c++/simulation/hlbm.hpp b/lib/core/c++/simulation/hlbm.hpp new file mode 100644 index 0000000..93df9a7 --- /dev/null +++ b/lib/core/c++/simulation/hlbm.hpp @@ -0,0 +1,12 @@ +#pragma once + +#include "common.hpp" + +namespace kel { +namespace lbm { + +class simulation {}; + + +} +} |
