| 42 | } |
| 43 | |
| 44 | inline nfdresult_t OpenDialogMultiple(const nfdpathset_t*& outPaths, |
| 45 | const nfdnfilteritem_t* filterList = nullptr, |
| 46 | nfdfiltersize_t filterCount = 0, |
| 47 | const nfdnchar_t* defaultPath = nullptr) noexcept { |
| 48 | return ::NFD_OpenDialogMultipleN(&outPaths, filterList, filterCount, defaultPath); |
| 49 | } |
| 50 | |
| 51 | inline nfdresult_t SaveDialog(nfdnchar_t*& outPath, |
| 52 | const nfdnfilteritem_t* filterList = nullptr, |
nothing calls this directly
no test coverage detected