lua_State* luaVM = lua_open(); if (NULL == luaVM) { MyEngineERR("luaL_error Initializing lua\n"); return -1; } if (luaL_loadfile(luaVM ...
確定! 回上一頁