diff options
| author | Josh Ferrell <josh@vector35.com> | 2020-07-10 14:07:48 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2020-07-10 14:07:48 -0400 |
| commit | de77d8ad64a3ed39e362f4fa979132d47d5a056c (patch) | |
| tree | 0966d00826570f9c51ead0ad5eab278c09d2301b /ui | |
| parent | 045c1a93d032e96ef5647db51803efcd08b6551b (diff) | |
Add save settings
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/uitypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/uitypes.h b/ui/uitypes.h index bfdc9553..dd91d0ae 100644 --- a/ui/uitypes.h +++ b/ui/uitypes.h @@ -51,6 +51,7 @@ typedef BinaryNinja::Ref<BinaryNinja::MediumLevelILFunction> MediumLevelILFuncti typedef BinaryNinja::Ref<BinaryNinja::HighLevelILFunction> HighLevelILFunctionRef; typedef BinaryNinja::Ref<BinaryNinja::Platform> PlatformRef; typedef BinaryNinja::Ref<BinaryNinja::ReportCollection> ReportCollectionRef; +typedef BinaryNinja::Ref<BinaryNinja::SaveSettings> SaveSettingsRef; typedef BinaryNinja::Ref<BinaryNinja::ScriptingInstance> ScriptingInstanceRef; typedef BinaryNinja::Ref<BinaryNinja::ScriptingProvider> ScriptingProviderRef; typedef BinaryNinja::Ref<BinaryNinja::Section> SectionRef; |
