MeshLib C++ Docs
Loading...
Searching...
No Matches
MRFileDialogCocoa.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace MR::detail
6{
7
9MRVIEWER_API std::vector<std::filesystem::path> runCocoaFileDialog( const FileDialogParameters& params );
10
11} // namespace MR::detail
Definition MRFinally.h:34
MRVIEWER_API std::vector< std::filesystem::path > runCocoaFileDialog(const FileDialogParameters &params)
Open Cocoa file dialog.
Definition MRFileDialogInternal.h:9