mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 04:08:02 -06:00
14 lines
254 B
C++
14 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_
|