[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua in C++
- From: "James Hearn" <james.hearn@...>
- Date: Tue, 16 Apr 2002 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