1111
This commit is contained in:
@@ -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"));
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user