From bbb74ee011e2b482e1895a513203c11affbac229 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Wed, 27 Jan 2016 02:20:11 -0500 Subject: Implement platform type libraries, though types folder is not yet automatically copied --- function.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'function.cpp') diff --git a/function.cpp b/function.cpp index 9c8968b7..27d0795b 100644 --- a/function.cpp +++ b/function.cpp @@ -192,6 +192,12 @@ Ref Function::GetType() const } +void Function::ApplyImportedTypes(Symbol* sym) +{ + BNApplyImportedTypes(m_func, sym->GetSymbolObject()); +} + + Ref Function::CreateFunctionGraph() { BNFunctionGraph* graph = BNCreateFunctionGraph(m_func); -- cgit v1.3.1