mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-06-10 23:58:27 -04:00
12 lines
236 B
C++
12 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_
|