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