mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-28 07:35:20 +00:00
Added new files missing from the previous commit.
This commit is contained in:
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();
|
||||
};
|
||||
Reference in New Issue
Block a user