mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-28 23:52:42 +00:00
More work for porting Config to XS
This commit is contained in:
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);
|
||||
%{
|
||||
|
||||
%}
|
||||
};
|
||||
Reference in New Issue
Block a user