Slic3r/src/GUI/PresetEditor.hpp
2018-07-11 22:14:51 -05:00

12 lines
185 B
C++

#ifndef PRESETEDITOR_HPP
#define PRESETEDITOR_HPP
namespace Slic3r { namespace GUI {
class PresetEditor : public wxPanel {
};
}} // namespace Slic3r::GUI
#endif // PRESETEDITOR_HPP