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