mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-09-01 14:31:48 -06:00
Move everything into the Slic3r namespace. #1301
This commit is contained in:
parent
6f6ee40dae
commit
98726fdef4
6 changed files with 23 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue