PrusaSlicer-NonPlainar/xs/xsp/TriangleMesh.xsp
2013-06-22 17:16:45 +02:00

15 lines
184 B
Plaintext

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