summaryrefslogtreecommitdiff
path: root/c++/mutater.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/mutater.h')
-rw-r--r--c++/mutater.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/c++/mutater.h b/c++/mutater.h
new file mode 100644
index 0000000..1c093da
--- /dev/null
+++ b/c++/mutater.h
@@ -0,0 +1,8 @@
+#pragma once
+
+namespace kel {
+namespace lbm {
+template<typename T>
+class mutater;
+}
+}