add entity.test(...) function

This commit is contained in:
MihailRis
2024-06-24 23:36:20 +03:00
parent 4b3ac95d71
commit eacbc1b9d0
5 changed files with 33 additions and 3 deletions
+1
View File
@@ -10,6 +10,7 @@ extern const luaL_Reg audiolib [];
extern const luaL_Reg blocklib [];
extern const luaL_Reg consolelib [];
extern const luaL_Reg corelib [];
extern const luaL_Reg entitylib [];
extern const luaL_Reg filelib [];
extern const luaL_Reg guilib [];
extern const luaL_Reg hudlib [];