Re: Lua in C++
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua in C++
- From: "James Hearn" <james.hearn@...>
- Date: 2002年4月16日 20:54:51 -0500
What I have done in the past is store the lua_state pointer as a userdata
inside the lua_state itself. Kind of ugly, but it was extremely
effective....
--James Hearn