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
@@ -37,6 +37,7 @@ static void create_libs(lua::State* L) {
openlib(L, "inventory", inventorylib);
openlib(L, "item", itemlib);
openlib(L, "json", jsonlib);
openlib(L, "mat4", mat4lib);
openlib(L, "pack", packlib);
openlib(L, "player", playerlib);
openlib(L, "time", timelib);