Moved C++ code into new libslic3r directory

This commit is contained in:
Alessandro Ranellucci 2014-08-03 19:42:29 +02:00
parent b8676241e0
commit 6adc3477c9
84 changed files with 122 additions and 111 deletions

View file

@ -2,8 +2,8 @@
%{
#include <myinit.h>
#include "Line.hpp"
#include "Polyline.hpp"
#include "libslic3r/Line.hpp"
#include "libslic3r/Polyline.hpp"
%}
%name{Slic3r::Line} class Line {