From 25a1c2485c5187c61a8efc9f5b62d4d942124d47 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 21 Jul 2026 23:43:20 +0200 Subject: Dangling --- poc/triangle_stream/init.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 poc/triangle_stream/init.hpp (limited to 'poc/triangle_stream/init.hpp') diff --git a/poc/triangle_stream/init.hpp b/poc/triangle_stream/init.hpp new file mode 100644 index 0000000..532f08c --- /dev/null +++ b/poc/triangle_stream/init.hpp @@ -0,0 +1,13 @@ +#pragma once + +#include "common.hpp" + +namespace kel { +namespace lbm { + +template +void init(){ +} + +} +} -- cgit v1.2.3