mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Added looping in love.audio (though needs implementation in love.sound).
This commit is contained in:
@@ -91,10 +91,13 @@ namespace physfs
|
||||
public:
|
||||
|
||||
Filesystem();
|
||||
|
||||
~Filesystem();
|
||||
|
||||
const char * getName() const;
|
||||
|
||||
void init(const char * arg0);
|
||||
|
||||
/**
|
||||
* This sets up the save directory. If the
|
||||
* it is already set up, nothing happens.
|
||||
|
||||
Reference in New Issue
Block a user