9 lines
72 B
Plaintext
9 lines
72 B
Plaintext
%module{Slic3r::XS};
|
|
%package{Slic3r::XS};
|
|
|
|
#include <myinit.h>
|
|
|
|
%{
|
|
|
|
%}
|