diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2023-11-27 23:03:57 +0100 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2023-11-27 23:03:57 +0100 |
commit | aa2ecacd2e477eb5748f060d33138e0c12c0634f (patch) | |
tree | d0360b420ecddaf6b9986c004ea3e0b962c9ca1b /c++/codec/forst.tmpl.h | |
parent | 0cf04f2d1ba5ed2a18fe9f3501f363cb3ff76c9f (diff) |
codec,core,tools: Adding dangling experimental changes
Diffstat (limited to 'c++/codec/forst.tmpl.h')
-rw-r--r-- | c++/codec/forst.tmpl.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/c++/codec/forst.tmpl.h b/c++/codec/forst.tmpl.h new file mode 100644 index 0000000..30d18ef --- /dev/null +++ b/c++/codec/forst.tmpl.h @@ -0,0 +1,7 @@ +namespace saw { +namespace impl { +struct forst_decode { + +}; +} +} |