PrusaSlicer-NonPlainar/xs/xsp/TriangleMesh.xsp

15 lines
184 B
Plaintext
Raw Normal View History

2013-06-22 15:16:45 +00:00
%module{Slic3r::TriangleMesh::XS};
%package{Slic3r::TriangleMesh::XS};
%{
PROTOTYPES: DISABLE
std::string
hello_world()
CODE:
RETVAL = "Hello world!";
OUTPUT:
RETVAL
%}