mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00
More work for porting Config to XS
This commit is contained in:
parent
4d066840ba
commit
008f38cf68
6 changed files with 141 additions and 53 deletions
15
xs/xsp/Config.xsp
Normal file
15
xs/xsp/Config.xsp
Normal file
|
@ -0,0 +1,15 @@
|
|||
%module{Slic3r::XS};
|
||||
|
||||
%{
|
||||
#include <myinit.h>
|
||||
#include "Config.hpp"
|
||||
%}
|
||||
|
||||
%name{Slic3r::Config} class DynamicConfig {
|
||||
DynamicConfig();
|
||||
~DynamicConfig();
|
||||
SV* get(t_config_option_key opt_key);
|
||||
%{
|
||||
|
||||
%}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue