New Slic3r::Point::XS class

This commit is contained in:
Alessandro Ranellucci 2013-07-06 15:26:32 +02:00
parent cca25c9950
commit c50ecfb7f8
11 changed files with 109 additions and 17 deletions

View file

@ -1,3 +1,6 @@
#ifndef slic3r_TriangleMesh_hpp_
#define slic3r_TriangleMesh_hpp_
#include <admesh/stl.h>
extern "C" {
@ -21,4 +24,4 @@ class TriangleMesh
stl_file stl;
};
#endif