Split out LuaPlus.cpp and LuaPlus.h into:
- LuaPlus.cpp and LuaPlus.h
- LuaState.h
- LuaObject.cpp, LuaObject.h, and LuaObject.inl
- LuaTableIterator.h
- LuaStackObject.h and LuaStackObject.inl
- LuaStackTableIterator.h
- LuaAutoBlock.h
- LuaStateOutFile.h
Just #including "LuaPlus.h" will include all the above header files.