Running OK with luaconsole.cpp

This commit is contained in:
2021-01-23 16:31:16 -05:00
parent b897c10506
commit 37a05fe1ac
4 changed files with 30 additions and 37 deletions

View File

@@ -48,6 +48,7 @@ void LuaStack::register_all_userdata(lua_State *L) {
LS.rawset(LuaRegistry, lud, tab);
}
}
LS.result();
}
LuaFunctionReg::LuaFunctionReg(const char *m, const char *n, lua_CFunction f) {