This commit is contained in:
wangjiyu 2025-04-10 17:24:55 +08:00
parent 3d684ca2ab
commit b1a4dea21a
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,9 @@
// RTCContext.h
#pragma once
#include "numpyConfig.h"
//#include "numpyConfig.h"
extern void* RTC_PLUGINS_ARRAY_API[];
#include "IMRTCEngine.hpp"
#include "MRTCEngineDefine.hpp"

View File

@ -1,4 +1,6 @@
// numpy_config.h
#pragma once
#ifndef NUMPY_CONFIG_INCLUDED
#define NUMPY_CONFIG_INCLUDED