Merge branch 'master' into vulkan

This commit is contained in:
Lynix
2017-07-04 22:41:29 +02:00
839 changed files with 12369 additions and 5421 deletions

View File

@@ -18,6 +18,9 @@ int main(int argc, char* argv[])
Ndk::Application application(argc, argv);
// Do what you want here
Nz::LuaInstance lua;
std::cout << lua.Execute("return {key = 42}") << std::endl;
std::cout << lua.DumpStack() << std::endl;
return EXIT_SUCCESS;
}