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_
|