#ifndef SLAZIPFILEIMPORT_HPP #define SLAZIPFILEIMPORT_HPP #include "libslic3r/TriangleMesh.hpp" #include namespace Slic3r { TriangleMesh import_model_from_sla_zip(const wxString &zipfname); } #endif // SLAZIPFILEIMPORT_HPP