RE: LUA_USERSTATE
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: RE: LUA_USERSTATE
- From: "Curt Carpenter" <curtc@...>
- Date: 2002年1月31日 08:28:56 -0800
> You're just wrapping whats there. How do you add more per library
state data at runtime?
Use a data structure that supports your needs, such as a stl::map.
Curt