| 35 | } |
| 36 | |
| 37 | inline nfdresult_t OpenDialog(nfdnchar_t*& outPath, |
| 38 | const nfdnfilteritem_t* filterList = nullptr, |
| 39 | nfdfiltersize_t filterCount = 0, |
| 40 | const nfdnchar_t* defaultPath = nullptr) noexcept { |
| 41 | return ::NFD_OpenDialogN(&outPath, filterList, filterCount, defaultPath); |
| 42 | } |
| 43 | |
| 44 | inline nfdresult_t OpenDialogMultiple(const nfdpathset_t*& outPaths, |
| 45 | const nfdnfilteritem_t* filterList = nullptr, |
nothing calls this directly
no test coverage detected