mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
2c4e713114
- Type names for love's Lua objects are specified as an argument to luax_register_type, rather than being statically defined in an array. - luax_register_type takes a variable number of method array arguments, for registering superclass methods without copying them into the subclass' method array. Also removed most of the header declarations for wrapper functions.