summaryrefslogtreecommitdiff
path: root/c++/codec/forst.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/codec/forst.h')
-rw-r--r--c++/codec/forst.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/c++/codec/forst.h b/c++/codec/forst.h
new file mode 100644
index 0000000..cadf78e
--- /dev/null
+++ b/c++/codec/forst.h
@@ -0,0 +1,13 @@
+#pragma once
+
+#include "data.h"
+
+namespace saw {
+namespace encode {
+struct KelForst {};
+}
+
+class data<schema::String, encode::KelForst> {
+
+};
+}