123456789101112131415161718192021222324252627282930 |
- #ifndef IGL_FILE_DIALOG_OPEN_H
- #define IGL_FILE_DIALOG_OPEN_H
- #include "igl_inline.h"
- #include <string>
- namespace igl
- {
-
-
-
-
-
-
- IGL_INLINE std::string file_dialog_open();
- }
- #ifndef IGL_STATIC_LIBRARY
- # include "file_dialog_open.cpp"
- #endif
- #endif
|