summaryrefslogtreecommitdiff
path: root/lib/core/c++/dfs.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-02-11 17:27:59 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-02-11 17:27:59 +0100
commit595cdfd51594af7cee4258a1ed92b06c6bf0171d (patch)
tree9a71f60802d808678268bcbc843fd1cb7b83264a /lib/core/c++/dfs.hpp
parent8945f921d6393689c54133ec84ff79008e132685 (diff)
downloadlibs-lbm-595cdfd51594af7cee4258a1ed92b06c6bf0171d.tar.gz
Fixing
Diffstat (limited to 'lib/core/c++/dfs.hpp')
-rw-r--r--lib/core/c++/dfs.hpp9
1 files changed, 9 insertions, 0 deletions
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
+}
+}