|
On Mon, Dec 21, 2009 at 2:52 PM, zweifel <zweifel@gmail.com> wrote:it's the only parameter you get from Lua: (lua ref manual: 3.7 -
> I dont get any Lua_State pointer explicitly
Functions and Types)
typedef int (*lua_CFunction) (lua_State *L);
--
Javier