Files
OrcaSlicer/src/libslic3r/MacUtils.hpp
zhou.xu 13d3cfda63 ENH:Text not centered on mac15
jira: STUDIO-11056
Change-Id: I1c651421f8914a25707ad5b5c1d3e3d56c2df959
(cherry picked from commit 7af3eba50047c4b5f852f2ac3814243543a5019a)
2025-09-18 17:08:18 +08:00

11 lines
145 B
C++

#ifndef __MAC_UTILS_H
#define __MAC_UTILS_H
namespace Slic3r {
bool is_macos_support_boost_add_file_log();
int is_mac_version_15();
}
#endif