diff options
| -rw-r--r-- | ui/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ bool BINARYNINJAUIAPI isBinaryNinjaDatabase(QFileInfo& info, QFileAccessor& acce PlatformRef BINARYNINJAUIAPI getOrAskForPlatform(QWidget* parent, BinaryViewRef data); PlatformRef BINARYNINJAUIAPI getOrAskForPlatform(QWidget* parent, PlatformRef defaultValue); +std::optional<std::string> BINARYNINJAUIAPI getStringForGraphType(BNFunctionGraphType type); +std::optional<BNFunctionGraphType> BINARYNINJAUIAPI getGraphTypeForString(const std::string& type); namespace fmt { |
