Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xs/xsp/XS.xsp')
-rw-r--r--xs/xsp/XS.xsp4
1 files changed, 3 insertions, 1 deletions
diff --git a/xs/xsp/XS.xsp b/xs/xsp/XS.xsp
index 9db230b07..f14af9433 100644
--- a/xs/xsp/XS.xsp
+++ b/xs/xsp/XS.xsp
@@ -1,6 +1,8 @@
%module{Slic3r::XS};
%package{Slic3r::XS};
-%{
#include <myinit.h>
+
+%{
+
%}