mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
It's now possible to build each module individually (as a DLL).
This commit is contained in:
@@ -130,8 +130,13 @@ namespace sound
|
||||
|
||||
luax_register_gc(L, "love.sound", instance);
|
||||
|
||||
return luax_register_module(L, wrap_Sound_functions, wrap_Sound_types, "sound");
|
||||
return luax_register_module(L, wrap_Sound_functions, wrap_Sound_types, 0, "sound");
|
||||
}
|
||||
|
||||
} // sound
|
||||
} // love
|
||||
|
||||
int luaopen_love_sound(lua_State * L)
|
||||
{
|
||||
return love::sound::wrap_Sound_open(L);
|
||||
}
|
||||
Reference in New Issue
Block a user