lua-users home
lua-l archive

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


I am using luna.h to call c++ from lua, and I am trying register two different class, but I have a error saying that there are a previous definition of class class Luna.

I would like to know how register several different class from c++ to lua.

Thanks.