This commit is contained in:
lenheart
2024-09-22 21:36:40 +08:00
parent f834d2c688
commit cfb2d79909
88 changed files with 77787 additions and 44578 deletions

View File

@@ -637,6 +637,8 @@ static SQInteger L_CallFunc(HSQUIRRELVM v)
return 0;
return 1;
}
static SQInteger L_S_Ptr(HSQUIRRELVM v)
{
const SQChar *str;
@@ -766,6 +768,4 @@ static void RegisterGame(HSQUIRRELVM v)
register_World_func(v, Sq_getExportByName, _SC("Sq_getExportByName"));
// 打印表
register_World_func(v, OutPutTable, _SC("Sq_OutPutTable"));
}