add pack.assemble(...), app.config_packs(...)

This commit is contained in:
MihailRis
2025-01-03 23:51:36 +03:00
parent 3187243a7d
commit bd9018dafe
12 changed files with 93 additions and 10 deletions
+1
View File
@@ -1,5 +1,6 @@
#include "api_lua.hpp"
const luaL_Reg applib[] = {
// see libcore.cpp an stdlib.lua
{NULL, NULL}
};