mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 08:41:11 -06:00
Move everything into the Slic3r namespace. #1301
This commit is contained in:
parent
6f6ee40dae
commit
98726fdef4
6 changed files with 23 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
|
||||
#include <vector>
|
||||
|
||||
namespace Slic3r {}
|
||||
using namespace Slic3r;
|
||||
|
||||
#define av_store_point_xy(AV, X, Y) \
|
||||
av_store(AV, 0, newSViv(X)); \
|
||||
av_store(AV, 1, newSViv(Y))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue