From 595cdfd51594af7cee4258a1ed92b06c6bf0171d Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 11 Feb 2026 17:27:59 +0100 Subject: Fixing --- lib/core/c++/dfs.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/core/c++/dfs.hpp (limited to 'lib/core/c++/dfs.hpp') diff --git a/lib/core/c++/dfs.hpp b/lib/core/c++/dfs.hpp new file mode 100644 index 0000000..175e9f2 --- /dev/null +++ b/lib/core/c++/dfs.hpp @@ -0,0 +1,9 @@ +#pragma once + +#include "common.hpp" + +namespace kel { +namespace lbm { +// Make a view class which handles the AA push pull pattern, or alternatively the esoteric twist +} +} -- cgit v1.2.3