mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-10-06 20:46:31 +08:00
16 lines
196 B
C++
16 lines
196 B
C++
#include "misc_ui.hpp"
|
|
namespace Slic3r { namespace GUI {
|
|
|
|
|
|
#ifdef SLIC3R_DEV
|
|
void check_version(bool manual) {
|
|
}
|
|
#else
|
|
void check_version(bool manual) {
|
|
}
|
|
|
|
#endif
|
|
|
|
}} // namespace Slic3r::GUI
|
|
|