mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Added looping in love.audio (though needs implementation in love.sound).
This commit is contained in:
@@ -33,6 +33,7 @@ namespace filesystem
|
||||
namespace physfs
|
||||
{
|
||||
bool hack_setupWriteDirectory();
|
||||
int _wrap_init(lua_State * L);
|
||||
int _wrap_setIdentity(lua_State * L);
|
||||
int _wrap_setSource(lua_State * L);
|
||||
int _wrap_newFile(lua_State * L);
|
||||
|
||||
Reference in New Issue
Block a user