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