mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-13 21:20:58 +00:00
2006e564a1
Previously with some of the files I was leaving the #include references to the library inside the global namespace. However, since the engine itself is now inside a namespace, I had to do a lot of changes, such as lua_State to ::lua_State. This way is cleaner, and I just need to add a 'using namespace Lua' where needed. svn-id: r53198