diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-21 23:43:30 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-21 23:43:30 +0200 |
| commit | da8cb1c7dd40ef18b85685f99369a31ee36370a1 (patch) | |
| tree | 1b5faa3f7a2dbc1558891eeda7b2cacd8a56fd0d /poc/triangle_stream/init.hpp | |
| parent | 7f3e504e27c4cef0fb290dce5c046dd299d73046 (diff) | |
| parent | 25a1c2485c5187c61a8efc9f5b62d4d942124d47 (diff) | |
| download | libs-lbm-da8cb1c7dd40ef18b85685f99369a31ee36370a1.tar.gz | |
Diffstat (limited to 'poc/triangle_stream/init.hpp')
| -rw-r--r-- | poc/triangle_stream/init.hpp | 13 |
1 files changed, 13 insertions, 0 deletions
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<typename T, typename Desc> +void init(){ +} + +} +} |
