mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-17 21:12:53 -07:00
17 lines
214 B
C++
17 lines
214 B
C++
#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;
|
|
|
|
#endif
|