Initial work for porting Slic3r::Config to XS

This commit is contained in:
Alessandro Ranellucci 2013-12-07 16:14:30 +01:00
parent 12db58c9d0
commit 4d066840ba
3 changed files with 127 additions and 0 deletions

7
xs/src/Config.cpp Normal file
View file

@ -0,0 +1,7 @@
#include "Config.hpp"
namespace Slic3r {
}