mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 15:51:10 -06:00
8 lines
72 B
Text
8 lines
72 B
Text
%module{Slic3r::XS};
|
|
%package{Slic3r::XS};
|
|
|
|
#include <myinit.h>
|
|
|
|
%{
|
|
|
|
%}
|