Some functions added

This commit is contained in:
Nekotekina 2015-08-01 04:46:42 +03:00
parent ce9cd13e42
commit 0b1e45b6b5
10 changed files with 93 additions and 12 deletions

View file

@ -1297,6 +1297,8 @@ Module sysPrxForUser("sysPrxForUser", []()
// Setup random number generator
srand(time(NULL));
//REG_VARIABLE(sysPrxForUser, sys_prx_version); // 0x7df066cf
REG_FUNC(sysPrxForUser, sys_initialize_tls);
REG_FUNC(sysPrxForUser, sys_lwmutex_create);