mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Move everything into the Slic3r namespace. #1301
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include "TriangleMesh.hpp"
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
TriangleMesh::TriangleMesh() {}
|
||||
TriangleMesh::~TriangleMesh() {
|
||||
stl_close(&stl);
|
||||
@@ -130,3 +132,5 @@ TriangleMesh::ToPerl() {
|
||||
av_store(result, 1, newRV_noinc((SV*)facets));
|
||||
return result;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user