add mat4 library

This commit is contained in:
MihailRis
2024-06-17 10:12:33 +03:00
parent 0debe32da4
commit c7a843bc63
4 changed files with 94 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ extern const luaL_Reg inputlib [];
extern const luaL_Reg inventorylib [];
extern const luaL_Reg itemlib [];
extern const luaL_Reg jsonlib [];
extern const luaL_Reg mat4lib [];
extern const luaL_Reg packlib [];
extern const luaL_Reg playerlib [];
extern const luaL_Reg timelib [];