This commit is contained in:
lenheart
2024-09-16 17:07:36 +08:00
parent b90bde86e0
commit d13c88c119
18 changed files with 263 additions and 92 deletions

View File

@@ -611,6 +611,7 @@ static SQInteger Delete_Point(HSQUIRRELVM v)
return 0;
}
static void RegisterGame(HSQUIRRELVM v)
{
getConfigPath(szGamePath, sizeof(szGamePath));
@@ -654,4 +655,5 @@ static void RegisterGame(HSQUIRRELVM v)
register_World_func(v, L_CreatSocketConnect, _SC("Sq_CreatSocketConnect"));
register_World_func(v, L_CallFunc, _SC("Sq_CallFunc"));
}
}