mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 15:21:21 -06:00
Added new files missing from the previous commit.
This commit is contained in:
parent
09c9f6bdc3
commit
91c7bc43d3
3 changed files with 40 additions and 0 deletions
13
xs/xsp/GUI_Tab.xsp
Normal file
13
xs/xsp/GUI_Tab.xsp
Normal file
|
@ -0,0 +1,13 @@
|
|||
%module{Slic3r::XS};
|
||||
|
||||
%{
|
||||
#include <xsinit.h>
|
||||
#include "slic3r/GUI/TabIface.hpp"
|
||||
%}
|
||||
|
||||
%name{Slic3r::GUI::Tab2} class TabIface {
|
||||
TabIface();
|
||||
~TabIface();
|
||||
void load_current_preset();
|
||||
void rebuild_page_tree();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue