PrusaSlicer-NonPlainar/xs/xsp/typemap.xspt
2013-07-14 13:05:55 +02:00

12 lines
255 B
Plaintext

%typemap{std::string};
%typemap{std::vector<unsigned int>*};
%typemap{SV*};
%typemap{AV*};
%typemap{Point*};
%typemap{ExPolygon*};
%typemap{SurfaceType}{parsed}{
%cpp_type{SurfaceType};
%precall_code{%
$CVar = (SurfaceType)SvUV($PerlVar);
%};
};