diff options
Diffstat (limited to 'lib/core/c++/simulation/hlbm.hpp')
| -rw-r--r-- | lib/core/c++/simulation/hlbm.hpp | 12 |
1 files changed, 12 insertions, 0 deletions
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 {}; + + +} +} |
