debug
This commit is contained in:
parent
3d684ca2ab
commit
b1a4dea21a
|
@ -1,7 +1,9 @@
|
||||||
// RTCContext.h
|
// RTCContext.h
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "numpyConfig.h"
|
//#include "numpyConfig.h"
|
||||||
|
|
||||||
|
extern void* RTC_PLUGINS_ARRAY_API[];
|
||||||
|
|
||||||
#include "IMRTCEngine.hpp"
|
#include "IMRTCEngine.hpp"
|
||||||
#include "MRTCEngineDefine.hpp"
|
#include "MRTCEngineDefine.hpp"
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
// numpy_config.h
|
// numpy_config.h
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#ifndef NUMPY_CONFIG_INCLUDED
|
#ifndef NUMPY_CONFIG_INCLUDED
|
||||||
#define NUMPY_CONFIG_INCLUDED
|
#define NUMPY_CONFIG_INCLUDED
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue