diff options
Diffstat (limited to 'prelude/slang-cpp-types.h')
| -rw-r--r-- | prelude/slang-cpp-types.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/prelude/slang-cpp-types.h b/prelude/slang-cpp-types.h index 3bff1873f..42af9fe61 100644 --- a/prelude/slang-cpp-types.h +++ b/prelude/slang-cpp-types.h @@ -15,6 +15,11 @@ namespace SLANG_PRELUDE_NAMESPACE { #endif +struct TypeInfo +{ + size_t typeSize; +}; + template <typename T, size_t SIZE> struct FixedArray { |
