... _TCHAR* argv[]) { // Initialize global L L = luaL_newstate(); // Open the library luaL_openlibs(L); // Push functions onto the stack ...
確定! 回上一頁