PrusaSlicer-NonPlainar/xs/xsp/TriangleMesh.xsp
2013-06-23 15:33:07 +02:00

15 lines
170 B
Plaintext

%module{Slic3r::XS};
%package{Slic3r::TriangleMesh::XS};
%{
PROTOTYPES: DISABLE
std::string
hello_world()
CODE:
RETVAL = "Hello world!";
OUTPUT:
RETVAL
%}