OrcaSlicer/xs/src/myinit.h
2013-08-27 00:52:20 +02:00

21 lines
339 B
C++

#ifndef _myinit_h_
#define _myinit_h_
// this needs to be included early for MSVC (listing it in Build.PL is not enough)
#include <ostream>
extern "C" {
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
#include "ppport.h"
#undef do_open
#undef do_close
}
#define EPSILON 1e-4
namespace Slic3r {}
using namespace Slic3r;
#endif