PrusaSlicer-NonPlainar/xs/src/libslic3r/Utils.hpp

12 lines
236 B
C++
Raw Normal View History

2016-11-24 13:05:06 +00:00
#ifndef slic3r_Utils_hpp_
#define slic3r_Utils_hpp_
namespace Slic3r {
extern void set_logging_level(unsigned int level);
2017-03-03 11:53:05 +00:00
extern void trace(unsigned int level, const char *message);
2016-11-24 13:05:06 +00:00
} // namespace Slic3r
#endif // slic3r_Utils_hpp_