mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-16 23:11:49 +08:00
15 lines
254 B
C++
15 lines
254 B
C++
#ifndef slic3r_SendSystemInfoDialog_hpp_
|
|
#define slic3r_SendSystemInfoDialog_hpp_
|
|
|
|
namespace Slic3r {
|
|
|
|
namespace GUI {
|
|
|
|
void show_send_system_info_dialog_if_needed();
|
|
|
|
|
|
} // namespace GUI
|
|
} // namespace Slic3r
|
|
|
|
#endif // slic3r_SendSystemInfoDialog_hpp_
|