11 lines
120 B
C++
11 lines
120 B
C++
|
#ifndef __MAC_UTILS_H
|
||
|
#define __MAC_UTILS_H
|
||
|
|
||
|
namespace Slic3r {
|
||
|
|
||
|
bool is_macos_support_boost_add_file_log();
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif
|