mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-08 10:37:40 +00:00
13 lines
183 B
C++
13 lines
183 B
C++
#ifndef slic3r_GUI_SpeedDialDialog_hpp_
|
|
#define slic3r_GUI_SpeedDialDialog_hpp_
|
|
|
|
#include <wx/string.h>
|
|
|
|
namespace Slic3r { namespace GUI {
|
|
|
|
void open_speed_dial_popup();
|
|
|
|
}}
|
|
|
|
#endif
|