1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-02 11:35:51 +00:00

New XS framework for C and C++ code

This commit is contained in:
Alessandro Ranellucci
2013-06-22 17:16:45 +02:00
parent c88d8a5842
commit 9d27b5e4a7
18 changed files with 7889 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
%module{Slic3r::XS};
%package{Slic3r::XS};
%{
#include <myinit.h>
%}