From 25a1c2485c5187c61a8efc9f5b62d4d942124d47 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 21 Jul 2026 23:43:20 +0200 Subject: Dangling --- modules/core/c++/descriptor/common.hpp | 9 +++++++++ modules/core/c++/descriptor/d1q3.hpp | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 modules/core/c++/descriptor/common.hpp create mode 100644 modules/core/c++/descriptor/d1q3.hpp (limited to 'modules/core/c++') diff --git a/modules/core/c++/descriptor/common.hpp b/modules/core/c++/descriptor/common.hpp new file mode 100644 index 0000000..f821510 --- /dev/null +++ b/modules/core/c++/descriptor/common.hpp @@ -0,0 +1,9 @@ +#pragma once + +#include "../common.hpp" + +namespace kel { +namespace lbm { + +} +} diff --git a/modules/core/c++/descriptor/d1q3.hpp b/modules/core/c++/descriptor/d1q3.hpp new file mode 100644 index 0000000..7fc8591 --- /dev/null +++ b/modules/core/c++/descriptor/d1q3.hpp @@ -0,0 +1,9 @@ +#pragma once + +#include "common.hpp" + +namespace kel { +namespace lbm { + +} +} -- cgit v1.2.3