Files
OrcaSlicer-bambulab/xs/src/myinit.h
T

17 lines
214 B
C++
Raw Normal View History

2013-06-23 17:07:12 +02:00
#ifndef _myinit_h_
#define _myinit_h_
extern "C" {
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
#include "ppport.h"
#undef do_open
#undef do_close
}
namespace Slic3r {}
using namespace Slic3r;
2013-06-23 17:07:12 +02:00
#endif