refactor assets library

This commit is contained in:
MihailRis
2025-05-25 16:32:54 +03:00
parent b8e6918dc8
commit ac337a4e65
5 changed files with 52 additions and 41 deletions
+1
View File
@@ -15,6 +15,7 @@
// Libraries
extern const luaL_Reg applib[];
extern const luaL_Reg assetslib[];
extern const luaL_Reg audiolib[];
extern const luaL_Reg base64lib[];
extern const luaL_Reg bjsonlib[];