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