mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 00:52:51 +00:00
9 lines
72 B
Plaintext
9 lines
72 B
Plaintext
%module{Slic3r::XS};
|
|
%package{Slic3r::XS};
|
|
|
|
#include <myinit.h>
|
|
|
|
%{
|
|
|
|
%}
|