| 28 | |
| 29 | |
| 30 | bool Settings::LoadSettingsFile(const string& fileName, BNSettingsScope scope, Ref<BinaryView> view) |
| 31 | { |
| 32 | return BNLoadSettingsFile(m_object, fileName.c_str(), scope, view ? view->GetObject() : nullptr); |
| 33 | } |
| 34 | |
| 35 | |
| 36 | void Settings::SetResourceId(const string& resourceId) |