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