summaryrefslogtreecommitdiff
path: root/lib/core/c++/dfs.hpp
diff options
context:
space:
mode:
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
+}
+}