diff options
Diffstat (limited to 'flowgraph/data.h')
-rw-r--r-- | flowgraph/data.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/flowgraph/data.h b/flowgraph/data.h index a52627d..2b92b2e 100644 --- a/flowgraph/data.h +++ b/flowgraph/data.h @@ -18,6 +18,8 @@ namespace FlowGraph { Bool, Char, UChar, + Short, + UShort }; class Storage; ///< forward declaration |