PrusaSlicer-NonPlainar/xs/xsp/typemap.xspt

12 lines
255 B
Plaintext
Raw Normal View History

2013-06-23 13:33:07 +00:00
%typemap{std::string};
%typemap{std::vector<unsigned int>*};
%typemap{SV*};
%typemap{AV*};
2013-07-14 11:05:55 +00:00
%typemap{Point*};
%typemap{ExPolygon*};
%typemap{SurfaceType}{parsed}{
%cpp_type{SurfaceType};
%precall_code{%
$CVar = (SurfaceType)SvUV($PerlVar);
%};
};