Separate libslic3r code from slic3r application code

This commit is contained in:
Alessandro Ranellucci 2015-12-06 12:54:01 +01:00
parent 7eb3a70649
commit 7e1fac8f76
7 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@
%{
#include <myinit.h>
#include "libslic3r/GUI/GUI.hpp"
#include "slic3r/GUI/GUI.hpp"
%}