From 1fae63de23320a1663b7c591e247ad81852ab6dc Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 22 Nov 2020 13:00:06 +0100 Subject: Support 16-bit short --- flowgraph/data.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flowgraph/data.h') 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 -- cgit v1.2.3