LuaCppInterface v1.2
This is a bugfix release with a bunch of annoying kinks sorted out:
- Bind now possible for const functions
- Fix yielding functions not yielding correctly
- Now you can also bind const functions to LuaUserdata!
- Add -> operator for LuaUserdata (Its becoming more and more like a shared pointer)
- Fixed some errors coming out of me not using namespaces explicitly
- More testing to check against some fixes.