Ejemplo n.º 1
0
 // steffenj: BEGIN Lua 5.1.1 API change (lua_open replaced by luaL_newstate)
 public static LuaCore.lua_State luaL_newstate()
 {
     return(LuaCore.luaL_newstate());
 }