From 3520262824637979418554656607433424896809 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Wed, 4 Mar 2026 15:54:50 -0500 Subject: Add TypeLibrary::Register, to allow loading type libraries from script --- typelibrary.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'typelibrary.cpp') diff --git a/typelibrary.cpp b/typelibrary.cpp index a2fff4a5..bea52459 100644 --- a/typelibrary.cpp +++ b/typelibrary.cpp @@ -259,3 +259,9 @@ void TypeLibrary::Finalize() { BNFinalizeTypeLibrary(m_object); } + + +void TypeLibrary::Register() +{ + BNRegisterTypeLibrary(m_object); +} -- cgit v1.3.1