diff options
| author | Brian Potchik <brian@vector35.com> | 2017-07-18 00:27:11 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2017-07-18 00:27:11 -0400 |
| commit | aa024d1525d52055b738f7c27c945aa205dd182a (patch) | |
| tree | 1ea94764fb1c246f20c10a01c2fc61485bba4594 /binaryninjaapi.h | |
| parent | b7c5486f26386c7c165b9b05cc2d6800db082b6f (diff) | |
Add IsUIEnabled to API.
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 2562334d..c4a54b79 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -392,6 +392,7 @@ namespace BinaryNinja std::string GetProduct(); std::string GetProductType(); int GetLicenseCount(); + bool IsUIEnabled(); uint32_t GetBuildId(); bool AreAutoUpdatesEnabled(); |
