Split Preset.cpp,hpp to Preset.cpp,hpp and PresetBundle.cpp,hpp

This commit is contained in:
bubnikv 2017-10-30 18:41:50 +01:00
parent 1fee3633a0
commit d564fc95df
8 changed files with 975 additions and 658 deletions

View file

@ -3,6 +3,7 @@
%{
#include <xsinit.h>
#include "slic3r/GUI/Preset.hpp"
#include "slic3r/GUI/PresetBundle.hpp"
%}
%name{Slic3r::GUI::Preset} class Preset {