龙盒 上线版

This commit is contained in:
2022-03-16 10:03:39 +08:00
parent 2e11642e49
commit b727d126ae
6 changed files with 22 additions and 7 deletions

View File

@@ -133,11 +133,6 @@ static SQ_ThrowerrorFunc* SQ_Throwerror = (SQ_ThrowerrorFunc*)0x13591A0;
//获取Squirrel v 基址
inline uint32_t GetSqVm();
//新增nut接口funcName绑定C语言函数funcAddr
void RegisterNutApi(const wchar_t* funcName, void* funcAddr, uint32_t v = NULL);
//注册Nut函数
void RegisterNut();
class squirrel
{