#ifndef EXPORT_H #define EXPORT_H #include #include enum collapsemode { COLLAPSE_ALL, COLLAPSE_BY_MATERIAL, COLLAPSE_NONE }; bool ExportSelection(const std::set& ignorelist, collapsemode m, const std::string& path); #endif