Added looping in love.audio (though needs implementation in love.sound).

This commit is contained in:
rude
2009-08-01 22:11:48 +02:00
parent c1ed4372d9
commit 524ef5e118
14 changed files with 87 additions and 20 deletions
@@ -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.