diff options
Diffstat (limited to 'type.cpp')
| -rw-r--r-- | type.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -151,6 +151,12 @@ string Type::GetStringAfterName() const } +Ref<Type> Type::Duplicate() const +{ + return new Type(BNDuplicateType(m_type)); +} + + Ref<Type> Type::VoidType() { return new Type(BNCreateVoidType()); |
