Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xs/xsp/XS.xsp')
-rw-r--r--xs/xsp/XS.xsp18
1 files changed, 18 insertions, 0 deletions
diff --git a/xs/xsp/XS.xsp b/xs/xsp/XS.xsp
index 8389e2d99..6ba6817c1 100644
--- a/xs/xsp/XS.xsp
+++ b/xs/xsp/XS.xsp
@@ -48,6 +48,24 @@ trace(level, message)
CODE:
Slic3r::trace(level, message);
+std::string
+encode_path(src)
+ const char *src;
+ CODE:
+ Slic3r::encode_path(src);
+
+std::string
+decode_path(src)
+ const char *src;
+ CODE:
+ Slic3r::decode_path(src);
+
+std::string
+normalize_utf8_nfc(src)
+ const char *src;
+ CODE:
+ Slic3r::normalize_utf8_nfc(src);
+
void
xspp_test_croak_hangs_on_strawberry()
CODE: