add 'random' library

This commit is contained in:
MihailRis
2025-09-16 19:01:47 +03:00
parent 78574f2460
commit eb760e1776
5 changed files with 111 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@ extern const luaL_Reg pathfindinglib[];
extern const luaL_Reg playerlib[];
extern const luaL_Reg posteffectslib[]; // gfx.posteffects
extern const luaL_Reg quatlib[];
extern const luaL_Reg randomlib[];
extern const luaL_Reg text3dlib[]; // gfx.text3d
extern const luaL_Reg timelib[];
extern const luaL_Reg tomllib[];