make compression lib

This commit is contained in:
Xertis
2025-10-02 22:41:53 +03:00
parent 8eeb9f5fde
commit b95d3f0779
4 changed files with 86 additions and 48 deletions
+1
View File
@@ -43,6 +43,7 @@ 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 compressionlib[];
extern const luaL_Reg text3dlib[]; // gfx.text3d
extern const luaL_Reg timelib[];
extern const luaL_Reg tomllib[];