Add love.filesystem.getIdentity

This commit is contained in:
Bart van Strien
2012-06-01 17:31:44 +02:00
parent 1eb17f2376
commit dd04074d62
4 changed files with 14 additions and 0 deletions
@@ -135,6 +135,7 @@ namespace physfs
* to create the folder in the LOVE data folder.
**/
bool setIdentity(const char * ident);
const char * getIdentity() const;
/**
* Sets the path to the game source.