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:
authorbubnikv <bubnikv@gmail.com>2016-11-24 16:05:06 +0300
committerbubnikv <bubnikv@gmail.com>2016-11-24 16:05:06 +0300
commite02755632ec6999a48ae620b90c9433c2cef23b0 (patch)
tree16bd9b633fb9de192d32f4011e85bbade010b360 /xs/src/libslic3r/Utils.hpp
parent0d20a81354ee8ae6a73643519d718beeaeda72f4 (diff)
new Utils.hpp
Diffstat (limited to 'xs/src/libslic3r/Utils.hpp')
-rw-r--r--xs/src/libslic3r/Utils.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/xs/src/libslic3r/Utils.hpp b/xs/src/libslic3r/Utils.hpp
new file mode 100644
index 000000000..ca2125b06
--- /dev/null
+++ b/xs/src/libslic3r/Utils.hpp
@@ -0,0 +1,10 @@
+#ifndef slic3r_Utils_hpp_
+#define slic3r_Utils_hpp_
+
+namespace Slic3r {
+
+extern void set_logging_level(unsigned int level);
+
+} // namespace Slic3r
+
+#endif // slic3r_Utils_hpp_