From 932fbf86d60df48623ad5fbc9d60e572bb68ef12 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 8 Jun 2026 20:15:20 +0200 Subject: Dangling changes --- lib/core/c++/simulation/hlbm.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lib/core/c++/simulation/hlbm.hpp (limited to 'lib/core/c++/simulation/hlbm.hpp') 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 {}; + + +} +} -- cgit v1.2.3