mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 07:41:09 -06:00
Separate libslic3r code from slic3r application code
This commit is contained in:
parent
7eb3a70649
commit
7e1fac8f76
7 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
%module{Slic3r::XS};
|
||||
|
||||
#include <myinit.h>
|
||||
#include "libslic3r/GUI/3DScene.hpp"
|
||||
#include "slic3r/GUI/3DScene.hpp"
|
||||
|
||||
%name{Slic3r::GUI::_3DScene::GLVertexArray} class GLVertexArray {
|
||||
GLVertexArray();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue