mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-10-08 07:56:29 +08:00
12 lines
185 B
C++
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
|