|
Another little question for toLua 5: It defines a tolua_*_open-function as the old version, but not a tolua_*_close-function undefining some variables and functions. Is this a bug or something not needed anymore for Lua 5?
I think the close function is no longer needed because with Lua 5.0 wetend to export the C/C++ features to a module - a table that can be easily overwritten.
-- waldemar