lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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