mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-10 07:11:34 +00:00
readded crandom
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
This commit is contained in:
parent
c69d5f03b6
commit
b18acbbd93
1 changed files with 1 additions and 0 deletions
|
@ -283,6 +283,7 @@ static const luaL_Reg lib_qmath[] = {
|
|||
{"pow", Qmath_Pow},
|
||||
{"rad", Qmath_Rad},
|
||||
{"rand", Qmath_Rand},
|
||||
{"candom", Qmath_Candom},
|
||||
{"random", Qmath_Random},
|
||||
{"irandom", Qmath_Irandom},
|
||||
{"flrandom", Qmath_FLrandom},
|
||||
|
|
Loading…
Reference in a new issue