Files
OrcaSlicer-bambulab/xs/xsp/typemap.xspt
T

5 lines
108 B
Plaintext
Raw Normal View History

2013-06-23 15:33:07 +02:00
%typemap{std::string};
%typemap{std::vector<unsigned int>*};
%typemap{SV*};
%typemap{AV*};
2013-07-11 18:55:51 +02:00
%typemap{Point*};