roviz  0.7
Code Documentation of roviz
export_import_helper.h
1 #ifndef EXPORT_IMPORT_HELPER_H
2 #define EXPORT_IMPORT_HELPER_H
3 
4 struct ExportOptions{
5  bool overwriteExistingFiles;
6  bool createFolderStructure;
7 };
8 
9 #endif // EXPORT_IMPORT_HELPER_H
Definition: export_import_helper.h:4