2025-01-03 23:51:36 +03:00

7 lines
109 B
C++

#include "api_lua.hpp"
const luaL_Reg applib[] = {
// see libcore.cpp an stdlib.lua
{NULL, NULL}
};