mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 00:31:11 -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
|
@ -10,6 +10,8 @@ extern "C" {
|
|||
#include "ppport.h"
|
||||
}
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
class TriangleMesh
|
||||
{
|
||||
public:
|
||||
|
@ -24,4 +26,6 @@ class TriangleMesh
|
|||
stl_file stl;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue