summaryrefslogtreecommitdiff
path: root/src/descriptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/descriptor.h')
-rw-r--r--src/descriptor.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/descriptor.h b/src/descriptor.h
new file mode 100644
index 0000000..4ef41e5
--- /dev/null
+++ b/src/descriptor.h
@@ -0,0 +1,6 @@
+#pragma once
+
+namespace kel {
+template<uint16_t D, uint16_t Q, typename... T>
+class descriptor {};
+}