Started porting of the functions for object settings editing

This commit is contained in:
YuSanka 2018-06-13 16:39:33 +02:00
parent 1c695fd97e
commit 8899be8cca
5 changed files with 93 additions and 0 deletions

View file

@ -0,0 +1,12 @@
#ifndef slic3r_GUI_ObjectParts_hpp_
#define slic3r_GUI_ObjectParts_hpp_
namespace Slic3r
{
namespace GUI
{
void on_btn_load(wxWindow* parent, bool is_modifier = false);
void parts_changed();
} //namespace GUI
} //namespace Slic3r
#endif //slic3r_GUI_ObjectParts_hpp_