mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 08:41:11 -06:00
11 lines
236 B
C++
11 lines
236 B
C++
#ifndef slic3r_Utils_hpp_
|
|
#define slic3r_Utils_hpp_
|
|
|
|
namespace Slic3r {
|
|
|
|
extern void set_logging_level(unsigned int level);
|
|
extern void trace(unsigned int level, const char *message);
|
|
|
|
} // namespace Slic3r
|
|
|
|
#endif // slic3r_Utils_hpp_
|