PrusaSlicer-NonPlainar/xs/xsp/typemap.xspt

5 lines
108 B
Text
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-11 16:55:51 +00:00
%typemap{Point*};